summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-12 08:31:08 +0000
committerJoe Carstairs <me@joeac.net>2024-12-12 21:56:58 +0000
commit20b7b1924fdf2073d5e8783d2dc4b10887e7318a (patch)
tree15598dcc89b9baa1c9769ee3abc2e597aa3007f8 /schist_gtk4_gui/Cargo.toml
parent54894f9de9bad4fecb2a116d59a03cdd003f84c0 (diff)
Adds GTK4 GUI crate
Diffstat (limited to 'schist_gtk4_gui/Cargo.toml')
-rw-r--r--schist_gtk4_gui/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/schist_gtk4_gui/Cargo.toml b/schist_gtk4_gui/Cargo.toml
new file mode 100644
index 0000000..ed24d9d
--- /dev/null
+++ b/schist_gtk4_gui/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "schist_gtk4_gui"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]