WIP
This commit is contained in:
parent
cf007a3d3b
commit
147aa0f695
17 changed files with 150 additions and 138 deletions
|
@ -157,7 +157,7 @@ impl<T: Clone + Default> Into<taffy::geometry::Point<T>> for Point<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Refineable)]
|
||||
#[derive(Clone, Refineable, Debug)]
|
||||
pub struct Size<T: Clone + Default> {
|
||||
pub width: T,
|
||||
pub height: T,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue