esp32_gps_display/build.rs

5 lines
136 B
Rust
Raw Normal View History

2023-07-14 11:12:43 +00:00
// Necessary because of this issue: https://github.com/rust-lang/cargo/issues/9641
2023-11-28 23:09:51 +00:00
fn main() {
embuild::espidf::sysenv::output();
2023-07-14 11:12:43 +00:00
}