diff --git a/Cargo.toml b/Cargo.toml index 3b44892c4..38a996fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"} \ No newline at end of file