Skip to content

v3.0.0

Compare
Choose a tag to compare
@mbrubeck mbrubeck released this 09 Apr 04:00
· 49 commits to mini since this release
  • Split GPL-licensed files into a separate optional dependency. The main crate is now MIT-licensed, and searches for data files installed on the system at run-time by default.

    If you enable the with-gpl-data feature, then the data files will be hard-coded into the library at compile time. Programs that use this feature must be distributed according to the terms of the GNU GPL 2.0 or later.

    Thank you to @bradfier for noticing the licensing issues and implementing this fix (#1).