cardputer/snake/build.rs

4 lines
53 B
Rust
Raw Normal View History

2025-07-06 11:02:55 +01:00
fn main() {
embuild::espidf::sysenv::output();
}