Explorar el Código

fixed dub.json

quantumde1 hace 1 mes
padre
commit
b3d1491154
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      dub.json

+ 1 - 3
dub.json

@@ -34,13 +34,11 @@
 	"libs-posix": [
 		"raylib",
 		"lua-5.3",
-		"vlc",
-		"hpff"
+		"vlc"
 	],
 	"libs-windows": [
 		"raylib",
 		"lua53",
-		"libhpff",
 		"vlc"
 	],
 	"license": "MIT License",