gnui 0.0.1-alpha.2

A GUI library to design apps for GNOME and beyond
Documentation
[package]
name = "gnui"
description = "A GUI library to design apps for GNOME and beyond"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true

[workspace]
members = ["core", "widgets"]

[workspace.package]
version = "0.0.1-alpha.2"
authors = ["Louis Grange <https://codeberg.org/grangelouis>"]
edition = "2024"
license = "MPL-2.0"
repository = "https://codeberg.org/gnui/gnui"
homepage = "https://gnui.dev"
categories = ["gui"]
keywords = ["gtk", "ui", "graphics", "interface", "widgets"]

[workspace.dependencies]
gnui = { version = "0.0.1-alpha.2", path = "." }
gnui_core = { version = "0.0.1-alpha.2", path = "core" }
gnui_widgets = { version = "0.0.1-alpha.2", path = "widgets" }

[dependencies]
winit = "0.31.0-beta.2"