mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
10 lines
283 B
TOML
10 lines
283 B
TOML
[package]
|
|
name = "adwaita-demo"
|
|
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.1.0-beta-1", package = "libadwaita" }
|
|
gtk = { version = "0.3", package = "gtk4" } |