[dependencies.winit]
default-features = false
version = "0.30.5"
[features]
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
rwh_05 = ["winit/rwh_05"]
rwh_06 = ["winit/rwh_06"]
wayland = ["winit/wayland"]
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
wayland-dlopen = ["winit/wayland-dlopen"]
x11 = ["winit/x11"]
[lib]
name = "appit"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "A math library specialized for 2d screen graphics."
edition = "2021"
keywords = ["windowing", "winit"]
license = "MIT OR Apache-2.0"
name = "appit"
readme = "README.md"
repository = "https://github.com/khonsulabs/appit"
rust-version = "1.70.0"
version = "0.4.0"