X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=gtk3-hello-world%2FCargo.toml;fp=gtk3-hello-world%2FCargo.toml;h=0d0f5855834d359fea1f782d8c04549df192e590;hp=0000000000000000000000000000000000000000;hb=5931f0a88bd65592cb76fcac25896471dd82186d;hpb=99e82684904554a79987f77c68af00cc84b1f197 diff --git a/gtk3-hello-world/Cargo.toml b/gtk3-hello-world/Cargo.toml new file mode 100644 index 0000000..0d0f585 --- /dev/null +++ b/gtk3-hello-world/Cargo.toml @@ -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"