mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 01:18:12 +08:00
Add conversion from component AST to flat component with content attribute (resolves #3), add XML attribute parsing, fix template string attribute parsing bug
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#[repr(C, align(16))]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||
pub struct Color {
|
||||
pub r: f32,
|
||||
pub g: f32,
|
||||
|
||||
Reference in New Issue
Block a user