Registry / other / luminance-windowing

luminance-windowing

JSON →
library0.10.1rscratesunverified

Common windowing code for luminance; DEPRECATED!

# Cargo.toml [dependencies] luminance-windowing = "0.10.1"
INSTALL
IMPORT
SIG · LUMINANCE-WINDOWIN
L
luminance-windowing
otherrustv0.10.1
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.

Window
use luminance_windowing::Window;

Create a window using the deprecated luminance windowing system.

use luminance_windowing::Window; fn main() { let window = Window::new("Example", 800, 600).unwrap(); println!("Window created: {:?}", window); }
Debug
Known issues
breakingThis crate is deprecated and no longer maintained.
fix
Use luminance-0.40+ with its built-in windowing support or switch to winit directly.
affects: >=0.10.0
Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
luminance-windowing — cargo add luminance-windowing · libregistry