diff options
author | Julian T <julian@jtle.dk> | 2021-01-24 21:11:26 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-01-24 21:11:26 +0100 |
commit | dd943aa829493a9b27dedd826d5865c1e2a8e343 (patch) | |
tree | c8791123bb6b838c96e5facc546d046e05d6b7a3 /Cargo.toml | |
parent | 41ea2d8f94043d49fc26aaaa8030a73dcfdc2da9 (diff) |
Add start of guirust-gui
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |