From dd943aa829493a9b27dedd826d5865c1e2a8e343 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 24 Jan 2021 21:11:26 +0100 Subject: Add start of gui --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3