Description: Disable the GTK3 GUI
 Since we want to phase out gtk3-rs in Debian we don't build the GUI.
Author: Matthias Geiger <werdahias@debian.org> 
Forwarded: not-needed
Last-Update: 2025-01-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,4 @@
 members = [
     "./lib",
     "./cli",
-    "./gtk3",
 ]
