Create module boundaries for pane_grid logic
This commit is contained in:
parent
460565056e
commit
5c8ec4504b
6 changed files with 448 additions and 412 deletions
2
native/src/widget/pane_grid/pane.rs
Normal file
2
native/src/widget/pane_grid/pane.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct Pane(pub(super) usize);
|
||||
Loading…
Add table
Add a link
Reference in a new issue