Răsfoiți Sursa

remove hlopenal dependency by default

Nicolas Cannasse 1 an în urmă
părinte
comite
c51d460729
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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": {}
 }