librashader/librashader-runtime-mtl/tests/main.rs

7 lines
76 B
Rust
Raw Normal View History

2024-09-07 20:00:35 -04:00
include!("./hello_triangle/main.rs");
2024-09-07 20:00:35 -04:00
#[test]
fn test_mtl() {
main()
}