pika-first-setup/Cargo.toml
Ward from fusion-voyager-3 6a8245f0ff RR: Partial User page!
2024-02-04 21:21:11 +03:00

13 lines
379 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"
regex = "1.10.3"