mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
11 lines
222 B
TOML
11 lines
222 B
TOML
[package]
|
|
name = "ui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
gtk = { version = "0.10.0", package = "gtk4" }
|
|
adw = { version = "0.8.0", package = "libadwaita" }
|
|
|
|
[build-dependencies]
|
|
glib-build-tools = "0.21.0"
|