patch esp-idf-sys / embuild / embedded-svc to git master

This commit is contained in:
Frederick Vollbrecht 2024-06-20 18:11:47 +02:00
parent cbc7360807
commit a62c0b46e0

View File

@ -62,3 +62,8 @@ esp-idf-sys = { version = "0.34", features = ["binstart"] }
mipidsi = "0.5.0"
display-interface-spi = "0.4.1"
embedded-graphics = "0.7.1"
[patch.crates-io]
embuild ={ git = "https://github.com/esp-rs/embuild"}
esp-idf-sys ={ git = "https://github.com/esp-rs/esp-idf-sys"}
embedded-svc ={ git = "https://github.com/esp-rs/embedded-svc"}