mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
10 lines
152 B
TOML
10 lines
152 B
TOML
#TODO make GTK4 work
|
|
[source]
|
|
git = "https://github.com/feschber/lan-mouse"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libadwaita",
|
|
"gtk4",
|
|
]
|