k210-sdk-stuff/rust/glyph-mapping/Cargo.toml

13 lines
276 B
TOML
Raw Normal View History

[package]
name = "glyph-mapping"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
2019-07-02 21:20:27 +04:00
riscv-rt = "0.6"
k210-hal = "0.2.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }
k210-console = { path = "../k210-console" }