BoxBuddyRS/Cargo.toml
Dvlv fe4b74b52e
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled
bump gettext, replace uses of gettext macro with format, bump flatpak gnome runtime
2024-10-15 17:50:31 +01:00

11 lines
387 B
TOML

[package]
name = "boxbuddy-rs"
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"] }
gettext-rs = { version = "0.7.1", features = ["gettext-system"] }
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }