mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 11:58:12 +08:00
Remove partialeq for layers (#230)
This commit is contained in:
@@ -2,7 +2,7 @@ use std::fmt::Write;
|
||||
|
||||
use super::{style, LayerData};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PolyLine {
|
||||
points: Vec<glam::DVec2>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user