librashader/librashader-runtime-mtl/tests/main.rs
2024-09-12 00:30:23 -04:00

6 lines
75 B
Rust

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