mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 15:31:31 +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!
|
/// If there's a config option you want to see or think is missing, please open an issue!
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
|
#[derive(Clone, PartialEq, Debug, Builder)]
|
||||||
#[builder(default)]
|
#[builder(default)]
|
||||||
#[builder(build_fn(skip))]
|
#[builder(build_fn(skip))]
|
||||||
#[derive(Clone, PartialEq, Debug, Builder)]
|
|
||||||
pub struct Config {
|
pub struct Config {
|
||||||
/// Sets the pixel dimensions of the buffer. The buffer will automatically stretch to fill the
|
/// 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.
|
/// whole window. By default this will be the same as the window_size.
|
||||||
|
|
Loading…
Reference in a new issue