window 0.5.0

Minimal Rust code for creating a window, automatically choosing a backend window manager and graphics API.
Documentation
[dependencies.dl_api]
version = "0.4"

[dependencies.human]
version = "0.2"

[features]
default = []
gpu-debugging = []

[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = ["graphics", "gui", "multimedia", "rendering", "rendering::engine"]
description = "Minimal Rust code for creating a window, automatically choosing a backend window manager and graphics API."
documentation = "https://docs.rs/window"
edition = "2018"
homepage = "https://github.com/libcala/window/blob/main/CHANGELOG.md"
keywords = ["wm", "platform-agnostic", "cross-platform", "manager", "graphics"]
license = "Apache-2.0 OR MIT OR BSL-1.0"
name = "window"
readme = "README.md"
repository = "https://github.com/libcala/window"
version = "0.5.0"