Window creation library
Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by window.
Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/ndbrrlibijd6z12cc3zbpc3yr1fbnp6a-rust-winit-0.20.0-alpha6.drv | ||
aarch64-linux | /gnu/store/i2dav86nwfc2yx56x2ixs5ay4sm5bjmj-rust-winit-0.20.0-alpha6.drv |
Linter | Message | Location |
---|---|---|
description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 49 | |
formatting Look for formatting issues in the source | line 2988 is way too long (114 characters) |