Ver Fonte

Remove unnecessary arsd dependency (copied the code locally)

Steven Schveighoffer há 2 anos atrás
pai
commit
e3da8755bf
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      install/dub.json

+ 1 - 2
install/dub.json

@@ -6,8 +6,7 @@
 	"dependencies": {
 		"jsoniopipe": "~>0.1.4",
                 "iopipe": "~>0.2.4",
-                "io": "~>0.3.4",
-                "arsd-official:archive": "10.9.9"
+                "io": "~>0.3.4"
 	},
 	"description": "Install raylib binary files",
 	"license": "boost-1.0",