From 9261408cc8d2ba54ddea0c9ddd43560e03d45bdc Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 5 Aug 2015 22:31:34 +0200 Subject: Use modern GL code for the examples --- examples/fullscreen.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/fullscreen.rs') diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index 707fd7d..de4c449 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -35,7 +35,6 @@ fn main() { }; let window = glutin::WindowBuilder::new() - .with_gl_profile(glutin::GlProfile::Compatibility) .with_title("Hello world!".to_string()) .with_fullscreen(monitor) .build() -- cgit v1.2.3