mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
11 lines
165 B
TOML
11 lines
165 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/hbons/Bobby"
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"libadwaita",
|
|
"glib",
|
|
"gtk4",
|
|
]
|