v3.2.0: All bindings are now header-only
What's Changed
This release make all the bindings header-only (.di
files instead of .d
), meaning no object files will be generated.
This is more in line with the sourceLibrary
approach taken by the dub configuration.
- Trivial: Fix typo in README by @Geod24 in #89
- Properly make these bindings a "header-only" (.di) library by @CyberShadow in #88
Full Changelog: v3.1.0...v3.2.0