mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Whoops, rustfmt
This commit is contained in:
parent
5be6045cf2
commit
aa1cbed2ca
@ -60,7 +60,6 @@ pub enum MouseCursor {
|
||||
NotAllowed = sys::ImGuiMouseCursor_NotAllowed,
|
||||
}
|
||||
|
||||
|
||||
impl MouseCursor {
|
||||
/// All possible `MouseCursor` varirants
|
||||
pub const VARIANTS: [MouseCursor; MouseCursor::COUNT] = [
|
||||
|
||||
@ -76,7 +76,6 @@ impl ColorEditDisplayMode {
|
||||
pub const HEX: Self = Self::Hex;
|
||||
}
|
||||
|
||||
|
||||
/// Color picker hue/saturation/value editor mode
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
pub enum ColorPickerMode {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user