Explorar el Código

use raylib in parent dir

xdrie hace 5 años
padre
commit
f4347b459b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      example/dub.json

+ 2 - 2
example/dub.json

@@ -4,7 +4,7 @@
 	],
 	"copyright": "Copyright © 2020, Unknown",
 	"dependencies": {
-		"raylib-d": "~>3.0.0"
+		"raylib-d": {"path": "../"}
 	},
 	"libs": [
 		"raylib"
@@ -12,4 +12,4 @@
 	"description": "A minimal D application.",
 	"license": "Zlib",
 	"name": "example"
-}
+}