gtk hello3 button

This commit is contained in:
2023-07-05 11:28:28 +02:00
parent 695a1defaf
commit 8671a962b4
2 changed files with 45 additions and 0 deletions

9
gtk4/hello3/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "hello2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = { version = "0.6.6", package = "gtk4", features = ["v4_8"] }