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

7 lines
76 B
Rust
Raw Normal View History

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