First iteration that should work correctly but seems to have some memory issues with entities
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum RawValue {
|
||||
String(String),
|
||||
F32(f32),
|
||||
|
||||
Reference in New Issue
Block a user