[dependencies.ab_glyph]
optional = true
version = "0.2"
[dependencies.bitflags]
version = "1.3"
[dependencies.no-std-compat]
features = ["alloc", "compat_hash", "compat_sync", "compat_macros"]
version = "0.4.1"
[dependencies.png]
optional = true
version = "0.17"
[dependencies.railway]
features = ["zeno"]
optional = true
version = "0.1.4"
[dependencies.xmlparser]
optional = true
version = "0.13.3"
[features]
default = ["text", "xml", "png", "railway", "noto-default-font", "std"]
noto-default-font = []
std = ["no-std-compat/std"]
text = ["ab_glyph"]
xml = ["xmlparser"]
[package]
authors = ["Nathan ROYER <nathan.royer.pro@gmail.com>"]
categories = ["gui"]
description = "cross-platform, small, web-inspired user interface toolkit"
edition = "2021"
keywords = ["toolkit", "gui", "ui", "xml"]
license = "MIT"
name = "acrylic"
readme = "README.md"
repository = "https://github.com/NathanRoyer/acrylic"
resolver = "2"
version = "0.1.21"