maycoon-widgets 0.5.2

Widgets for Maycoon UI => See the `maycoon` crate for more.
Documentation
[build-dependencies.cfg_aliases]
version = "0.2.1"

[dependencies.maycoon-core]
features = ["dummy-runner"]
version = "0.5.2"

[dependencies.maycoon-theme]
version = "0.5.2"

[dependencies.nalgebra]
default-features = false
features = ["std"]
version = "0.34.1"

[features]
canvas = []
default = []
svg = ["maycoon-core/svg"]

[lib]
name = "maycoon_widgets"
path = "src/lib.rs"

[package]
authors = ["Mikail Plotzky <mp@ypon.com>", "Maycoon Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "graphics", "rendering", "virtualization", "rendering::engine"]
description = "Widgets for Maycoon UI => See the `maycoon` crate for more."
edition = "2024"
homepage = "https://maycoon-ui.github.io"
keywords = ["ui", "gui", "interface", "graphics", "user-interface"]
license = "MIT OR Apache-2.0"
name = "maycoon-widgets"
readme = "README.md"
repository = "https://github.com/maycoon-ui/maycoon"
version = "0.5.2"