From d217d683532845efacaffe071d68addccacc0585 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 24 Jan 2021 18:06:29 +0100 Subject: Add nice rustgui example --- rustgui/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rustgui/Cargo.toml (limited to 'rustgui/Cargo.toml') diff --git a/rustgui/Cargo.toml b/rustgui/Cargo.toml new file mode 100644 index 0000000..0779cc6 --- /dev/null +++ b/rustgui/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rustgui" +version = "0.1.0" +authors = ["Julian T "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +gtk = { version = "0.2", features = ["v3_22"] } -- cgit v1.2.3