mirror of https://codeberg.org/topola/topola.git
Fix issue #293
This commit is contained in:
parent
d3475ea303
commit
43744f5442
|
|
@ -263,18 +263,13 @@ pub struct Image {
|
|||
#[anon]
|
||||
pub name: String,
|
||||
#[vec("outline")]
|
||||
pub outlines: Vec<Outline>,
|
||||
pub outlines: Vec<Shape>,
|
||||
#[vec("pin")]
|
||||
pub pins: Vec<Pin>,
|
||||
#[anon]
|
||||
pub keepouts: Keepouts,
|
||||
}
|
||||
|
||||
#[derive(ReadDsn, WriteSes, Debug, Clone, PartialEq)]
|
||||
pub struct Outline {
|
||||
pub path: Path,
|
||||
}
|
||||
|
||||
#[derive(ReadDsn, WriteSes, Debug, Clone, PartialEq)]
|
||||
pub struct Pin {
|
||||
#[anon]
|
||||
|
|
|
|||
Loading…
Reference in New Issue