Skip to content

Commit

Permalink
Merge pull request #13 from Xila-Project/Feature/Display
Browse files Browse the repository at this point in the history
Revert to specific commit untested crappy lvgl
  • Loading branch information
AlixANNERAUD authored Jun 29, 2024
2 parents 92d9ea0 + 2343a1b commit 66c840d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modules/Graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 66c840d

Please sign in to comment.