try different crates

This commit is contained in:
2026-08-05 20:02:15 +02:00
parent 020ca5cd4b
commit e477462783
6 changed files with 401 additions and 28 deletions
+7 -1
View File
@@ -42,8 +42,14 @@ embedded-graphics-core = "0.4.1"
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
pn532 = "0.5.0"
ndef = "0.5.0"
ch1115 = { version = "0.1.2", features = ["graphics"] }
sh1106 = "0.5.0"
embedded-hal-compat = "0.13.0"
[patch.crates-io]
ch1115 = { path = "./ch1115" }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
@@ -60,4 +66,4 @@ opt-level = 's'
[features]
default = []
wokwi = []
wokwi = []