Bindings to wxWidgets using wxc
Find a file
2022-11-15 13:06:07 -07:00
.github/workflows Initial commit 2022-11-15 13:06:07 -07:00
examples Initial commit 2022-11-15 13:06:07 -07:00
src Initial commit 2022-11-15 13:06:07 -07:00
tests Initial commit 2022-11-15 13:06:07 -07:00
.gitignore Initial commit 2022-11-15 13:06:07 -07:00
LICENSE Initial commit 2022-11-15 13:06:07 -07:00
nimtemplate.nimble Initial commit 2022-11-15 13:06:07 -07:00
README.md Initial commit 2022-11-15 13:06:07 -07:00
rename.bash Initial commit 2022-11-15 13:06:07 -07:00

You can use this nim template to jump start your nim library or project.

This template includes:

  • MIT licence
  • src directory and a private common.nim
  • test directory
  • GitHub Actions to run the tests on GitHub