windowing_api 0.13.1

API for windowing system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "windowing_api"
version = "0.13.1"
authors = ["Marek Gibek <marek-dev@yandex.com>"]
description = "API for windowing system"
keywords = ["windowing", "gui", "framework", "dialog", "tray"]
categories = ["gui"]
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/marek-g/rust-windowing"
documentation = "https://docs.rs/windowing_api"
readme = "README.md"
edition = "2021"

[dependencies]
bitflags = "2.5"