pika-first-setup/Cargo.toml
Ward from fusion-voyager-3 56ae401374 RR: Initital Page
2024-02-02 16:49:18 +03:00

12 lines
362 B
TOML

[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"] }
async-channel = "2.1.1"