mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
10 lines
164 B
TOML
10 lines
164 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/bragefuglseth/keypunch"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"gtk4",
|
|
"libadwaita",
|
|
]
|