| Crates.io | limnus-wgpu-window |
| lib.rs | limnus-wgpu-window |
| version | 0.0.20 |
| created_at | 2024-11-24 22:02:25.750013+00 |
| updated_at | 2025-09-17 13:24:29.61351+00 |
| description | creating and managing a window with rendering surfaces using winit and wgpu |
| homepage | |
| repository | https://github.com/swamp/limnus |
| max_upload_size | |
| id | 1459647 |
| size | 81,016 |
Limnus WGPU Window is a Rust crate that provides a simple and efficient abstraction for creating and managing a window with rendering surfaces using winit and wgpu. It streamlines the setup of the wgpu device, queue, and surface, handling window resizing and rendering, making it easier to build high-performance graphics applications.
Add limnus-wgpu-window to your project’s Cargo.toml:
[dependencies]
limnus-wgpu-window = "0.0.20"
This project is licensed under the MIT License - see the LICENSE file for details.