Initial search layout and rename to wince

This commit is contained in:
2022-12-16 16:35:38 -08:00
parent 81bb95cf25
commit 00814dd7e4
8 changed files with 53 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
module GtkTest
module Wince
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")
Gio.register_resource("data/wince.gresource.xml", "data")
end