Crates.io | swamp-window |
lib.rs | swamp-window |
version | 0.0.6 |
source | src |
created_at | 2024-10-30 12:01:06.24498 |
updated_at | 2024-11-04 11:53:50.355437 |
description | Easily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library. |
homepage | |
repository | https://github.com/piot/swamp-window |
max_upload_size | |
id | 1428420 |
size | 67,940 |
swamp-window
is a cross-platform crate designed to simplify window creation for game applications.
Whether you're targeting Windows, macOS, or Linux, swamp-window
abstracts the complexities,
allowing you to focus on what matters most: your game!
To use swamp-window
, add it to your Cargo.toml
:
[dependencies]
swamp-window = "0.0.2"