Include CSS as GResource
Also use explicit namespace for bare functions and constants used in main.rs.
This commit is contained in:
parent
fc5bfd5876
commit
5e5df5c401
6 changed files with 39 additions and 6 deletions
7
build.rs
Normal file
7
build.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use glib_build_tools::compile_resources;
|
||||
|
||||
|
||||
|
||||
fn main() {
|
||||
compile_resources(&["data"], "data/zoodex.gresource.xml", "zoodex.gresource");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue