Draft new layout API
This commit is contained in:
parent
839e039dbf
commit
2303111e09
30 changed files with 247 additions and 596 deletions
6
native/src/layout/limits.rs
Normal file
6
native/src/layout/limits.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
pub struct Limits {}
|
||||
|
||||
impl Limits {
|
||||
pub const NONE: Limits = Limits {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue