swamp-window 0.0.4

Easily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library.
Documentation
[dependencies.log]
version = "0.4.22"

[dependencies.winit]
features = ["rwh_05"]
version = "0.30.5"

[lib]
name = "swamp_window"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development"]
description = "Easily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library."
edition = "2021"
keywords = ["game", "window"]
license = "MIT"
name = "swamp-window"
readme = "README.md"
repository = "https://github.com/piot/swamp-window"
version = "0.0.4"