Skip to content

v3.2.0: All bindings are now header-only

Compare
Choose a tag to compare
@Geod24 Geod24 released this 09 Jun 01:31
· 38 commits to master since this release
c6e18bc

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