[package]
edition = "2024"
name = "gnui"
version = "0.0.1-alpha.2"
authors = ["Louis Grange <https://codeberg.org/grangelouis>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GUI library to design apps for GNOME and beyond"
homepage = "https://gnui.dev"
readme = "README.md"
keywords = [
"gtk",
"ui",
"graphics",
"interface",
"widgets",
]
categories = ["gui"]
license = "MPL-2.0"
repository = "https://codeberg.org/gnui/gnui"
[lib]
name = "gnui"
path = "src/lib.rs"
[dependencies.winit]
version = "0.31.0-beta.2"