This package browser is in early development. Mind the rough edges.

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.

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.