raylib-d
raylib-d copied to clipboard
Add options to install script.
This will make it easier to use the install script from other scripts.
Examples:
-
dub run raylib-d:install -- yes
: Download raylib and don't ask user about dub.json file. Does change dub file. -
dub run raylib-d:install -- no
: Download raylib and don't ask user about dub.json file. Does not change dub file.