From 2343a1b0a7bda9493f20b791a6103559d546005b Mon Sep 17 00:00:00 2001 From: Alix ANNERAUD Date: Sat, 29 Jun 2024 16:14:17 -0400 Subject: [PATCH] Revert to specific commit untested crappy lvgl --- Modules/Graphics/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Graphics/Cargo.toml b/Modules/Graphics/Cargo.toml index a4a2a45..87bff1a 100644 --- a/Modules/Graphics/Cargo.toml +++ b/Modules/Graphics/Cargo.toml @@ -11,15 +11,15 @@ Task = { path = "../Task" } lvgl = { git = "https://github.com/lvgl/lv_binding_rust.git", default-features = false, features = [ "embedded-graphics", "unsafe_no_autoinit", -] } -#lvgl-sys = { version = "0.6.2" } +], rev = "9829aef" } embedded-graphics = "0.8.1" Screen = { path = "../Screen" } Shared = { path = "../Shared" } [target.'cfg( target_arch = "x86_64" )'.dependencies] -lvgl = { git = "https://github.com/lvgl/lv_binding_rust.git", features = [] } +lvgl = { git = "https://github.com/lvgl/lv_binding_rust.git", features = [ +], rev = "9829aef" } embedded-graphics = "0.8.1" Screen = { path = "../Screen" } Shared = { path = "../Shared" }