WIP
This commit is contained in:
parent
b48e28b555
commit
0c466f806c
10 changed files with 302 additions and 45 deletions
|
@ -863,8 +863,9 @@ pub struct DebugContext<'a> {
|
|||
pub app: &'a AppContext,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, Default, Eq, PartialEq)]
|
||||
pub enum Axis {
|
||||
#[default]
|
||||
Horizontal,
|
||||
Vertical,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue