mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
13 lines
211 B
TOML
13 lines
211 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://gitlab.gnome.org/World/decoder"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "meson"
|
|
dependencies = [
|
|
"glib",
|
|
"gtk4",
|
|
"libadwaita",
|
|
"gstreamer",
|
|
]
|