Browse Source

remove hlopenal dependency by default

Nicolas Cannasse 1 năm trước cách đây
mục cha
commit
c51d460729
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      libs/directx/haxelib.json
  2. 1 1
      libs/sdl/haxelib.json

+ 1 - 1
libs/directx/haxelib.json

@@ -6,5 +6,5 @@
 	"description" : "DirectX support for Haxe/HL.",
 	"version" : "1.14.0",
 	"releasenote" : "",
-	"dependencies": { "hlopenal" : "" }
+	"dependencies": {}
 }

+ 1 - 1
libs/sdl/haxelib.json

@@ -6,5 +6,5 @@
 	"description" : "SDL/GL support for Haxe/HL.",
 	"version" : "1.14.0",
 	"releasenote" : "",
-	"dependencies": { "hlopenal" : "" }
+	"dependencies": {}
 }