]> piware.de Git - learn-rust.git/blob - gtk4-hello-world/Cargo.toml
concepts: rustfmt
[learn-rust.git] / gtk4-hello-world / Cargo.toml
1 [package]
2 name = "gtk4-hello-world"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 gtk = { version = "0.4", package = "gtk4" }