mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
9 lines
206 B
TOML
9 lines
206 B
TOML
#TODO require camera drivers, see https://github.com/GreatAttractor/vidoxide#3-building
|
|
[source]
|
|
git = "https://github.com/GreatAttractor/vidoxide"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"gtk3",
|
|
]
|