mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 07:21:30 +11:00
Fix warning
This commit is contained in:
parent
9a64350619
commit
2d2c3682d9
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue