mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
15 lines
237 B
TOML
15 lines
237 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://gitlab.gnome.org/World/Graphs"
|
|
rev = "v1.8.7"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk4",
|
|
"libadwaita",
|
|
"libgee",
|
|
"sqlite3",
|
|
]
|