mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
17 lines
267 B
TOML
17 lines
267 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://gitlab.com/guillermop/Counters"
|
|
rev = "v1.4.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"gjs",
|
|
"gtk4",
|
|
"libadwaita",
|
|
"sqlite3",
|
|
]
|
|
dev-dependencies = [
|
|
"host:blueprint"
|
|
]
|