mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
11 lines
158 B
Rust
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);
|
|
}
|
|
}
|