slint/sixtyfps_runtime/corelib/lib.rs
2020-05-05 18:31:00 +02:00

11 lines
158 B
Rust

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