Crates.io | luminvent-raw-window-handle |
lib.rs | luminvent-raw-window-handle |
version | 0.4.3 |
source | src |
created_at | 2022-04-20 13:51:54.765552 |
updated_at | 2022-04-20 13:51:54.765552 |
description | Interoperability library for Rust Windowing applications. |
homepage | |
repository | https://github.com/rust-windowing/raw-window-handle |
max_upload_size | |
id | 570988 |
size | 35,768 |
raw-window-handle
: A common windowing interoperability library for RustThis library provides standard types for accessing a window's platform-specific raw window handle. This does not provide any utilities for creating and managing windows; instead, it provides a common interface that window creation libraries (e.g. Winit, SDL) can use to easily talk with graphics libraries (e.g. gfx-hal).