gnui 0.0.1-alpha.2

A GUI library to design apps for GNOME and beyond
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"