This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.1.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`
LatestReleases v1.1.0
- Fix
multiple-definitions
linker error. - Add example multiFileProject to demo for multiple-file project.
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Fix bug