k210-sdk-stuff/rust/Cargo.toml

30 lines
949 B
TOML
Raw Normal View History

[workspace]
members = [
"k210-console",
"mandelbrot",
2019-05-13 17:17:55 +04:00
"game-of-life",
2019-05-14 19:12:54 +04:00
"accelerometer",
2019-05-20 17:49:43 +04:00
"uart-passthrough",
2019-05-23 13:22:50 +04:00
"rgbcontrol",
"weather",
2019-06-02 01:00:26 +04:00
"dvp-ov",
"glyph-mapping",
2019-07-06 19:59:50 +04:00
"term-server",
2019-08-07 22:14:38 +04:00
"secp256k1-test",
"sdtest",
"sdlcd",
"interrupt",
2019-08-24 21:37:39 +04:00
"embgfx",
]
[patch.crates-io]
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
# TODO: upstream these patches after the dependent change rust-lang/rust#62281 ends up in stable
# patch: "Remove work-around for pcrel issue"
k210-pac = { git = "https://github.com/laanwj/k210-pac.git", rev = "5d3b7ee576eb5a3f70d7454c1ca8603534850faf" }
# was k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "dc1acb925b0ee45b7c5fefb6897dc8cf3c32838d" }
# patch: "risc-v: Use medany model"
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "83e66a79a25b55d0aa84db42257a8edbb0095cf8" }