|
|
|
@ -26,12 +26,8 @@ ws2812-spi = "0.3"
|
|
|
|
|
rotary-encoder-hal = {git = "https://github.com/dkm/rotary-encoder-hal" , features = ["table-decoder"] } |
|
|
|
|
debouncr = "0.2" |
|
|
|
|
ufmt = "0.1" |
|
|
|
|
##ws2812-spi = {git = "https://github.com/smart-leds-rs/ws2812-spi-rs"} |
|
|
|
|
## tm4c123x-hal = {git = "https://github.com/thejpster/tm4c-hal.git", features = ["rt"]} |
|
|
|
|
##tm4c123x-hal = "0.10" |
|
|
|
|
##tm4c-hal = "0.4" |
|
|
|
|
|
|
|
|
|
tm4c123x = { path = "../dslite2svd/crates/tm4c123x" } |
|
|
|
|
tm4c123x = { git = "https://github.com/rust-embedded-community/dslite2svd.git" } |
|
|
|
|
embedded-various-fonts = { git = "https://github.com/dkm/embedded-various-fonts" } |
|
|
|
|
|
|
|
|
|
tm4c-hal = { git = "https://github.com/dkm/tm4c-hal" } |
|
|
|
|