rust-winit 0.28.7
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.
- Outputs:
out
- Website: https://github.com/rust-windowing/winit
- Licenses: ASL 2.0
- Package source: gnu/packages/crates-graphics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-winit 0.28.7
as follows:
guix install rust-winit@0.28.7
Or install the latest version:
guix install rust-winit
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.