Dummy structure for the rust example

This commit is contained in:
Olivier Goffart 2020-05-11 20:39:16 +02:00
parent f3deea066b
commit dc33cbbcda
7 changed files with 72 additions and 10 deletions

View file

@ -1,7 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
pub use sixtyfps_rs_macro::sixtyfps;