lvgl-rs/lvgl/src/lib.rs

9 lines
107 B
Rust

#![no_std]
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}