v3.0.0
-
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).