new rendering engine
This commit is contained in:
2
crates/client-domain/src/color.rs
Normal file
2
crates/client-domain/src/color.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct Color(pub u8, pub u8, pub u8);
|
||||
Reference in New Issue
Block a user