diff --git a/Cargo.lock b/Cargo.lock index 03ec858..34a6cc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1947,6 +1947,7 @@ dependencies = [ [[package]] name = "st7365p-lcd" version = "0.10.0" +source = "git+https://github.com/legitcamper/st7365p-lcd-rs#d751e8d30f1a3f964ffe05e4bb16f82112fbefce" dependencies = [ "embedded-graphics-core", "embedded-hal 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 1b3ec44..8898d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,8 +73,7 @@ defmt-rtt = "0.4.2" embedded-graphics = { version = "0.8.1" } embedded-sdmmc = { git = "https://github.com/Be-ing/embedded-sdmmc-rs", branch = "bisync", default-features = false } -# st7365p-lcd = { git = "https://github.com/legitcamper/st7365p-lcd-rs" } -st7365p-lcd = { path = "../ST7365P-lcd-rs" } +st7365p-lcd = { git = "https://github.com/legitcamper/st7365p-lcd-rs" } mousefood = "0.2.1" ratatui = { version = "0.30.0-alpha.4", default-features = false } spin = "0.10.0"