Quellcode durchsuchen

Remove unnecessary arsd dependency (copied the code locally)

Steven Schveighoffer vor 2 Jahren
Ursprung
Commit
e3da8755bf
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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",