10 lines
272 B
Crystal
10 lines
272 B
Crystal
module GtkTest
|
|
extend self
|
|
|
|
VERSION = {{read_file("./shard.yml").split("version: ")[1].split("\n")[0]}}
|
|
{%
|
|
`blueprint-compiler batch-compile ./data/ui/compiled ./data/ui/ ./data/ui/*.blp`
|
|
%}
|
|
Gio.register_resource("data/gtktest.gresource.xml", "data")
|
|
end
|