Registry / other / gfx-window-glutin

gfx-window-glutin

JSON →
library0.31.0rscratesunverified

Glutin window integration for the gfx-rs graphics library.

# Cargo.toml [dependencies] gfx_window_glutin = "0.31.0"
INSTALL
IMPORT
SIG · GFX-WINDOW-GLUTIN
G
gfx-window-glutin
otherrustv0.31.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.

GlutinWindow
use gfx_window_glutin::GlutinWindow;

Create a Glutin window for gfx-rs rendering.

use gfx_window_glutin::GlutinWindow; use glutin::event_loop::EventLoop; let event_loop = EventLoop::new(); let window = GlutinWindow::new(&event_loop);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.31.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gfx-window-glutin — cargo add gfx-window-glutin · libregistry