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]
|
#[anon]
|
||||||
pub name: String,
|
pub name: String,
|
||||||
#[vec("outline")]
|
#[vec("outline")]
|
||||||
pub outlines: Vec<Outline>,
|
pub outlines: Vec<Shape>,
|
||||||
#[vec("pin")]
|
#[vec("pin")]
|
||||||
pub pins: Vec<Pin>,
|
pub pins: Vec<Pin>,
|
||||||
#[anon]
|
#[anon]
|
||||||
pub keepouts: Keepouts,
|
pub keepouts: Keepouts,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(ReadDsn, WriteSes, Debug, Clone, PartialEq)]
|
|
||||||
pub struct Outline {
|
|
||||||
pub path: Path,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(ReadDsn, WriteSes, Debug, Clone, PartialEq)]
|
#[derive(ReadDsn, WriteSes, Debug, Clone, PartialEq)]
|
||||||
pub struct Pin {
|
pub struct Pin {
|
||||||
#[anon]
|
#[anon]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue