swamp-window 0.0.10

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

[dependencies.wasm-bindgen]
version = "0.2.95"

[dependencies.web-sys]
features = ["Document", "Element", "HtmlCanvasElement"]
version = "0.3.72"

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

[dev-dependencies.env_logger]
version = "0.11.5"

[[example]]
name = "window"
path = "examples/window.rs"

[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/swamp/swamp"
version = "0.0.10"