5 lines
89 B
Rust
5 lines
89 B
Rust
pub mod faces;
|
|
pub mod lines;
|
|
|
|
static SIMPLE_SHADER: &str = include_str!("simple.wgsl");
|