mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
9 lines
141 B
TOML
9 lines
141 B
TOML
#TODO make boost work
|
|
[source]
|
|
git = "https://github.com/hikari-no-yume/touchHLE"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"boost",
|
|
]
|