Registry / other / glutin-winit

glutin-winit

JSON →
library0.5.0rscratesunverified

Glutin bootstrapping helpers with winit.

# Cargo.toml [dependencies] glutin-winit = "0.5.0"
INSTALL
IMPORT
SIG · GLUTIN-WINIT
G
glutin-winit
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DisplayBuilder
use glutin_winit::DisplayBuilder;

Creates a display builder for OpenGL contexts with winit windowing.

use glutin_winit::DisplayBuilder; fn main() { let builder = DisplayBuilder::new(); println!("DisplayBuilder created"); }
Debug
Known issues
breakingRequires both glutin and winit as dependencies; version mismatches can cause build failures.
fix
Ensure glutin and winit versions are compatible with glutin-winit.
affects: >=0.4.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
Bingbot
18
node
10
Meta
1
Resources
glutin-winit — cargo add glutin-winit · libregistry