About this crate
This crate offers convenience macros for gvdb.
The macros are include_gresource_from_xml!()
and include_gresource_from_dir!()
Examples
Compile a GResource XML file and include the bytes in the file.
use include_gresource_from_xml;
static GRESOURCE_BYTES: & = include_gresource_from_xml!;
Scan a directory and create a GResource file with all the contents of the directory.
use include_gresource_from_dir;
static GRESOURCE_BYTES: & = include_gresource_from_dir!;
License
gvdb
and gvdb-macros
are available under the MIT license. See the LICENSE.md file for more info.
SVG icon files included in test-data/gresource/icons/
are available under the CC0 license and redistributed from Icon Development Kit. See the LICENSE.Icons.md and file for more info.