relm4-css 0.9.0

An idiomatic GUI library inspired by Elm and based on gtk4-rs
Documentation
[package]
name = "relm4-css"
readme = "README.md"
documentation = "https://docs.rs/relm4_css/"

version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description.workspace = true

homepage.workspace = true
repository.workspace = true

keywords.workspace = true
categories.workspace = true

include = ["src/", "build.rs", "README.md", "../LICENSE-MIT", "../LICENSE-APACHE"]

[package.metadata.docs.rs]
all-features = true
# enable unstable features in the documentation
rustc-args = ["--cfg", "docsrs"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]