pika-first-setup/Cargo.toml

12 lines
362 B
TOML
Raw Normal View History

2024-01-30 21:33:07 +01:00
[package]
name = "gtk4-rs-adw-project-template"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }
2024-02-02 14:49:18 +01:00
async-channel = "2.1.1"