mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
191 B
TOML
13 lines
191 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/replydev/cotp"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libxkbcommon",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_cargo
|
|
"""
|