librashader/librashader-runtime-mtl/tests/main.rs
2024-09-13 00:59:12 -04:00

7 lines
76 B
Rust

include!("./hello_triangle/main.rs");
#[test]
fn test_mtl() {
main()
}