Crates.io | limnus-window |
lib.rs | limnus-window |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 22:12:46.228795 |
updated_at | 2024-12-03 18:54:30.0683 |
description | Easily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library. |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459656 |
size | 76,532 |
limnus-window
is a cross-platform crate designed to simplify window creation for game applications.
Whether you're targeting Windows, macOS, or Linux, limnus-window
abstracts the complexities,
allowing you to focus on what matters most: your game!
To use limnus-window
, add it to your Cargo.toml
:
[dependencies]
limnus-window = "0.0.12"