16 lines
651 B
TOML
16 lines
651 B
TOML
[package]
|
|
name = "ruin_ui"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cosmic-text = "0.18.2"
|
|
image = { version = "0.25", default-features = false, features = ["rayon", "avif", "bmp", "dds", "exr", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp"] }
|
|
ruin_reactivity = { path = "../reactivity" }
|
|
ruin_runtime = { package = "ruin-runtime", path = "../runtime" }
|
|
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
|
fontconfig = { version = "0.10", features = ["dlopen"] }
|
|
|
|
[dev-dependencies]
|
|
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt", "std"] }
|