mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
19 lines
553 B
TOML
19 lines
553 B
TOML
#TODO port to redox
|
|
#TODO maybe missing dependencies
|
|
#TODO required host dependencies - https://github.com/google/crosvm/blob/main/tools/install-deps
|
|
# feature flags - https://crosvm.dev/doc/crosvm/#feature-flags
|
|
# how to use - https://crosvm.dev/book/running_crosvm/example_usage.html
|
|
# examples - https://github.com/google/crosvm/tree/main/tools/examples
|
|
[source]
|
|
git = "https://chromium.googlesource.com/crosvm/crosvm"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"ffmpeg6",
|
|
"libcap",
|
|
"dbus",
|
|
"libepoxy",
|
|
"glib",
|
|
"libslirp",
|
|
]
|