1
0
Fork 0
forked from wry/wry

autocommit 2022-04-04 23:44:25 CEST

This commit is contained in:
Julian Orth 2022-04-04 23:44:25 +02:00
parent 5f79aab15f
commit 1f05ea431e
2 changed files with 24 additions and 16 deletions

View file

@ -17,7 +17,7 @@ pub struct Rect {
type Container = SmallVec<[Rect; 1]>;
#[derive(Default)]
#[derive(Default, Clone)]
pub struct Region {
rects: Container,
extents: Rect,