autocommit 2022-04-04 23:44:25 CEST
This commit is contained in:
parent
5f79aab15f
commit
1f05ea431e
2 changed files with 24 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ pub struct Rect {
|
|||
|
||||
type Container = SmallVec<[Rect; 1]>;
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Clone)]
|
||||
pub struct Region {
|
||||
rects: Container,
|
||||
extents: Rect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue