mirror of https://github.com/sgoudham/neovide.git
organize use statements
parent
3c2250ed24
commit
5c4026c4a4
@ -1,6 +1,7 @@
|
||||
use std::ops::{Div, Mul};
|
||||
|
||||
use glutin::dpi::PhysicalSize;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::ops::{Div, Mul};
|
||||
|
||||
// Maybe this should be independent from serialization?
|
||||
#[derive(Debug, Clone, Copy, Eq, PartialEq, Serialize, Deserialize)]
|
@ -1,3 +0,0 @@
|
||||
mod dimensions;
|
||||
|
||||
pub use dimensions::*;
|
Loading…
Reference in New Issue