diff --git a/src/config.rs b/src/config.rs index 603ba85..217c46b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -32,9 +32,9 @@ use glutin::dpi::LogicalSize; /// /// If there's a config option you want to see or think is missing, please open an issue! #[non_exhaustive] +#[derive(Clone, PartialEq, Debug, Builder)] #[builder(default)] #[builder(build_fn(skip))] -#[derive(Clone, PartialEq, Debug, Builder)] pub struct Config { /// Sets the pixel dimensions of the buffer. The buffer will automatically stretch to fill the /// whole window. By default this will be the same as the window_size.