aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a10957d..1bb842e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -118,7 +118,7 @@ pub struct WindowBuilder<'a> {
pf_reqs: PixelFormatRequirements,
/// Platform-specific configuration.
- platform_specific: platform::PlatformSpecificWindowBuilderAttributes,
+ pub platform_specific: platform::PlatformSpecificWindowBuilderAttributes,
}
/// Trait that describes objects that have access to an OpenGL context.