[package]
name = "rux-runtime"
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
description = "Rux runtime document model: loads a .rux file into a renderable tree. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = ["ui", "runtime", "rux"]
categories = ["gui"]
[dependencies]
image.workspace = true
rux-parser.workspace = true
rux-style.workspace = true
rux-reactive.workspace = true
rux-layout.workspace = true
rux-script.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.3", features = ["wasm_js"] }