dsn: layout may contain multiple planes

This commit is contained in:
Mikolaj Wielgus 2024-03-04 11:07:06 +00:00
parent 803d8edf94
commit 4689bc8e37
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pub struct Unit(pub String);
pub struct Structure { pub struct Structure {
pub layers: Vec<Layer>, pub layers: Vec<Layer>,
pub boundary: Boundary, pub boundary: Boundary,
pub plane: Option<Plane>, pub plane: Vec<Plane>,
pub vias: Vias, pub vias: Vias,
pub rule: Rule, pub rule: Rule,
} }