renamite-model 0.2.7

Document, nodes, and pure evaluate -> Scene for renamite.
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 = "renamite-model"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Document, nodes, and pure evaluate -> Scene for renamite."
readme = false
license = "MPL-2.0"

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

[[test]]
name = "nested_test"
path = "tests/nested_test.rs"

[dependencies.glam]
version = "0.33"
features = [
    "std",
    "serde",
    "f64",
]
default-features = false

[dependencies.kurbo]
version = "0.13"
features = ["serde"]

[dependencies.renamite-animation]
version = "0.2.7"

[dependencies.renamite-geometry]
version = "0.2.7"

[dependencies.renamite-text]
version = "0.2.7"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.slotmap]
version = "1.1"
features = ["serde"]

[dependencies.thiserror]
version = "2"