diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-13 11:51:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 11:51:09 +0800 |
commit | a1a9d63d22ec072bbfc1555610c5fd8b881f083d (patch) | |
tree | c991a0eb37e53b9f07dac616446157c7d0d31725 | |
parent | ea2f2775a7398c135408d8b7a444f8337f26ac89 (diff) | |
download | Nim-a1a9d63d22ec072bbfc1555610c5fd8b881f083d.tar.gz |
add nimPNG to important packages (#20557)
* try to enable nico since nimPNG works with ORC now ref https://github.com/jangko/nimPNG/commit/2dccf3e19ceb3fdf3f3f415e717d9d336d473a19 * Update important_packages.nim
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e71eb03a9..3652d179c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -98,7 +98,7 @@ pkg "nicy", "nim c -r src/nicy.nim" pkg "nigui", "nim c -o:niguii -r src/nigui.nim" pkg "nimcrypto", "nim r --path:. tests/testall.nim" # `--path:.` workaround needed, see D20210308T165435 pkg "NimData", "nim c -o:nimdataa src/nimdata.nim" -pkg "nimes", "nimble install -y sdl2@#HEAD;nim c src/nimes.nim" +pkg "nimes", "nim c src/nimes.nim" pkg "nimfp", "nim c -o:nfp -r src/fp.nim" pkg "nimgame2", "nim c --mm:refc nimgame2/nimgame.nim" # XXX Doesn't work with deprecated 'randomize', will create a PR. @@ -107,6 +107,7 @@ pkg "nimlsp" pkg "nimly", "nim c -r tests/test_readme_example.nim" pkg "nimongo", "nimble test_ci", allowFailure = true pkg "nimph", "nimble test", "https://github.com/disruptek/nimph", allowFailure = true +pkg "nimPNG", useHead = true pkg "nimpy", "nim c -r tests/nimfrompy.nim" pkg "nimquery" pkg "nimsl" |