4 lines
80 B
Rust
4 lines
80 B
Rust
|
|
pub type Primitive = crate::graphics::Primitive<Custom>;
|
||
|
|
|
||
|
|
pub type Custom = ();
|