mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 06:38:11 +08:00
Remove partialeq for layers (#230)
# Conflicts: # Cargo.lock # core/document/Cargo.toml
This commit is contained in:
committed by
Keavon Chambers
parent
6db1d907c3
commit
df6f3fd9e8
@@ -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