prism2 0.1.4

A GUI abstraction library for building UI kits
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 = "prism2"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GUI abstraction library for building UI kits"
documentation = "https://docs.rs/prism2"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/ramp-stack/prism.git"

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

[dependencies.anyanymap]
version = "1.0.2"

[dependencies.downcast-rs]
version = "2.0.2"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.image]
version = "0.25.9"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.nsvg]
version = "0.5.1"

[dependencies.prism_proc]
version = "0.1.1"

[dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "js",
]

[dependencies.wgpu_canvas]
version = "5.0.6"
default-features = false