try different crates
This commit is contained in:
+7
-1
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user