Ver Fonte

please work

ONROUNDIT há 5 anos atrás
pai
commit
3cff361868
1 ficheiros alterados com 1 adições e 5 exclusões
  1. 1 5
      dub.json

+ 1 - 5
dub.json

@@ -5,9 +5,5 @@
 	"copyright": "Copyright (c) Ramon Santamaria (@raysan5), Petro Romanovych (@onroundit)",
 	"description": "D binding for Raylib 2.5.",
 	"license": "Zlib",
-	"name": "raylib-d",
-	"libs-windows-x86_64": ["raylib64"],
-	"libs-windows-x86": ["raylib32"],
-	"libs-linux-x86": ["raylib32"],
-	"libs-linux-x86_64": ["raylib64"]
+	"name": "raylib-d"
 }