it: test region creation
This commit is contained in:
parent
6af9d909b8
commit
ae34a65efe
9 changed files with 179 additions and 35 deletions
|
|
@ -19,7 +19,7 @@ pub struct Rect {
|
|||
|
||||
type Container = SmallVec<[Rect; 1]>;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Eq, PartialEq, Debug)]
|
||||
pub struct Region {
|
||||
rects: Container,
|
||||
extents: Rect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue