retroglyph-widgets 0.2.1

Immediate-mode drawing helpers for retroglyph (panels, gauges, tables, sparklines)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "alpha-blend"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4892e43308b64811b6c31ff2134c24c1be4df5762b0ecf6689417b1f973b30b"
dependencies = [
 "libm",
]

[[package]]
name = "bitflags"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"

[[package]]
name = "gem"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "107804c8574f8cf41bd25bcec6e27a0f22ba1e4c11254b7b2cf9d68218acf85d"
dependencies = [
 "libm",
]

[[package]]
name = "grixy"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0523031da57093739acabeedd9b771e1657b16a82468c885497eb98bfc76abf0"
dependencies = [
 "ixy",
]

[[package]]
name = "ixy"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "947712713bffab262e4ef564ace3eadecc59d041244c566bcc2e7d1d43dff5cf"

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"

[[package]]
name = "retroglyph-core"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d8eef7f5a4c37079f3a755fe6c09d80897e719c759d9420acb93303b2d3e0ad"
dependencies = [
 "alpha-blend",
 "bitflags",
 "gem",
 "grixy",
 "ixy",
 "libm",
 "unicode-segmentation",
 "unicode-width",
]

[[package]]
name = "retroglyph-widgets"
version = "0.2.1"
dependencies = [
 "retroglyph-core",
 "unicode-width",
]

[[package]]
name = "unicode-segmentation"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"

[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"