GTK4-Rust-tutorial/Cargo.toml

10 lines
255 B
TOML
Raw Normal View History

2023-04-29 17:12:43 -07:00
[package]
name = "gtk4-rust-tutorial"
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_10"] }