Skip to content

Commit

Permalink
Update embedded-text
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 15, 2023
1 parent 2241be7 commit 913fe4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ crc = "3.0.1"

[patch.crates-io]
esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "44e968f7a83f80be43d60cdc01c10eccab4b39cf" }
# embedded-text = { git = "https://github.com/embedded-graphics/embedded-text.git" }
# esp32s3-hal = { path = "../../esp-hal/esp32s3-hal" }
# esp-hal-common = { path = "../../esp-hal/esp-hal-common" }

Expand Down
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ embedded-menu = { workspace = true }
norfs = { workspace = true }
embedded-io = { workspace = true }
heapless = { workspace = true, features = ["ufmt-impl"] }
embedded-text = "0.6.5"
embedded-text = "0.6.6"
embedded-layout = "0.4.1"
tinybmp = "0.5"
ufmt = { workspace = true }
Expand Down

0 comments on commit 913fe4f

Please sign in to comment.