Add Rojo C API experiment

This commit is contained in:
Lucien Greathouse
2019-11-07 18:20:55 -08:00
parent f1daafbf9e
commit dfb015acc2
6 changed files with 43 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -181,6 +181,13 @@ dependencies = [
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "clibrojo"
version = "0.1.0"
dependencies = [
"rojo 0.6.0-dev",
]
[[package]]
name = "clicolors-control"
version = "1.0.1"