sim-lib-view-expr-tree 0.2.0

Bounded reversible SurfaceCodec for SIM expression-tree outlines.
Documentation
[package]
name = "sim-lib-view-expr-tree"
version = "0.2.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
homepage.workspace = true
publish = true
description = "Bounded reversible SurfaceCodec for SIM expression-tree outlines."

[dependencies]
sim-expr-tree-calc = { version = "0.2.0", path = "../sim-expr-tree-calc" }
sim-kernel = { version = "0.2.0" }
sim-lib-expr-tree = { version = "0.2.0", path = "../sim-lib-expr-tree" }
sim-lib-intent = { version = "0.2.0" }
sim-lib-scene = { version = "0.2.0" }
sim-lib-view = { version = "0.2.0" }
sim-value = { version = "0.2.0" }

[dev-dependencies]
sim-kernel = { version = "0.2.0", features = ["test-support"] }

[lints]
workspace = true