]> piware.de Git - learn-rust.git/blobdiff - gtk3-hello-world/Cargo.toml
Add GTK 3 hello world
[learn-rust.git] / gtk3-hello-world / Cargo.toml
diff --git a/gtk3-hello-world/Cargo.toml b/gtk3-hello-world/Cargo.toml
new file mode 100644 (file)
index 0000000..0d0f585
--- /dev/null
@@ -0,0 +1,9 @@
+[package]
+name = "gtk3-hello-world"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+gtk = "0.15"