aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-01-24 21:11:26 +0100
committerJulian T <julian@jtle.dk>2021-01-24 21:11:26 +0100
commitdd943aa829493a9b27dedd826d5865c1e2a8e343 (patch)
treec8791123bb6b838c96e5facc546d046e05d6b7a3 /Cargo.toml
parent41ea2d8f94043d49fc26aaaa8030a73dcfdc2da9 (diff)
Add start of guirust-gui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 621e7e3..61b561c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+gtk = { version = "0.9.2", features = ["v3_22", "dox"] }
+gdk-pixbuf = "^0.9.0"
+glib = "^0.10.0"