mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
14 lines
212 B
TOML
14 lines
212 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/nokyan/resources"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dprofile=default",
|
|
]
|
|
dependencies = [
|
|
"glib",
|
|
"gtk4",
|
|
"libadwaita",
|
|
]
|