raylib-d icon indicating copy to clipboard operation
raylib-d copied to clipboard

Add options to install script.

Open Kapendev opened this issue 8 months ago • 0 comments

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.

Kapendev avatar Jun 09 '24 19:06 Kapendev