impbox

Results 5 issues of impbox

When I attempt to install a package that is already installed nimble should ask me before downloading and building. `nimble v0.13.1 compiled at 2021-05-25 00:49:34` Current behaviour: ``` nimble install...

``` # Package version = "0.4.3" author = "Jez 'Impbox' Kabanov" description = "Nico Game Engine" license = "MIT" # Dependencies requires "nim >= 1.4.0" requires "sdl2_nim >= 2.0.14.2" requires...

The setup instructions just say to download the latest release and run the executable. How do I go about upgrading to a more recent version? How do a build a...

Nim Compiler Version 1.6.0 [Windows: amd64] ```nim savePNG(filename, data, LCT_RGBA, 32, swCanvas32.w, swCanvas32.h) ``` results in: ``` C:\Users\user\git\nico\nico\backends\sdl2.nim(807, 10) template/generic instantiation of `savePNG` from here C:\Users\user\.nimble\pkgs\nimPNG-#head\nimPNG.nim(3131, 18) template/generic instantiation of...