summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/build.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-02-23 15:45:10 +0000
committerJoe Carstairs <me@joeac.net>2025-02-23 15:45:10 +0000
commitbfa9ba1f680bb9a7c2c9555d89e57a76c02f47b8 (patch)
tree8e0e23b9ee597c1462bdf4a35041ec0c10b948cf /schist_gtk4_gui/build.rs
parent10759bb88331141b1586c9e6fa6cf6ce1683b964 (diff)
Remove gtk-rs front end
Diffstat (limited to 'schist_gtk4_gui/build.rs')
-rw-r--r--schist_gtk4_gui/build.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/schist_gtk4_gui/build.rs b/schist_gtk4_gui/build.rs
deleted file mode 100644
index 6c2f68b..0000000
--- a/schist_gtk4_gui/build.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-fn main() {
- glib_build_tools::compile_resources(
- &["resources"],
- "resources/resources.gresource.xml",
- "resources.gresource",
- );
-}