Bindings to wxWidgets using wxc
| .github/workflows | ||
| examples | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| nimtemplate.nimble | ||
| README.md | ||
| rename.bash | ||
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