[package]
edition = "2024"
rust-version = "1.88"
name = "fenestra-core"
version = "0.40.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Element IR, theme tokens, style resolution, layout, text, and scene building for the fenestra GUI framework"
readme = false
keywords = [
"gui",
"ui",
"graphics",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/richer-richard/fenestra"
[lib]
name = "fenestra_core"
path = "src/lib.rs"
[[test]]
name = "commands"
path = "tests/commands.rs"
[[test]]
name = "compose"
path = "tests/compose.rs"
[[test]]
name = "contrast"
path = "tests/contrast.rs"
[[test]]
name = "drag_end"
path = "tests/drag_end.rs"
[[test]]
name = "grid"
path = "tests/grid.rs"
[[test]]
name = "hardening"
path = "tests/hardening.rs"
[[test]]
name = "ime_area"
path = "tests/ime_area.rs"
[[test]]
name = "inspector"
path = "tests/inspector.rs"
[[test]]
name = "legibility"
path = "tests/legibility.rs"
[[test]]
name = "motion"
path = "tests/motion.rs"
[[test]]
name = "motion_shared"
path = "tests/motion_shared.rs"
[[test]]
name = "perf_gate"
path = "tests/perf_gate.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[[test]]
name = "ring_test"
path = "tests/ring_test.rs"
[[test]]
name = "rtl_dynamic_type"
path = "tests/rtl_dynamic_type.rs"
[[test]]
name = "scroll_2d"
path = "tests/scroll_2d.rs"
[[test]]
name = "scrolling"
path = "tests/scrolling.rs"
[[test]]
name = "sticky"
path = "tests/sticky.rs"
[[test]]
name = "swipe"
path = "tests/swipe.rs"
[[test]]
name = "theme_spec"
path = "tests/theme_spec.rs"
[[test]]
name = "theme_tokens"
path = "tests/theme_tokens.rs"
[[test]]
name = "virtualization"
path = "tests/virtualization.rs"
[[test]]
name = "windows"
path = "tests/windows.rs"
[dependencies.color]
version = "0.3.3"
[dependencies.fenestra-anim]
version = "0.1.0"
[dependencies.fontique]
version = "0.10.0"
[dependencies.kurbo]
version = "0.13.1"
[dependencies.parley]
version = "0.10.0"
[dependencies.peniko]
version = "0.6.1"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.150"
[dependencies.taffy]
version = "0.10.1"
[dependencies.vello]
version = "0.9.0"
[dev-dependencies.insta]
version = "1.47.2"
[dev-dependencies.proptest]
version = "1.11"
[dev-dependencies.serde_json]
version = "1.0.150"
[lints.rust]
unsafe_code = "forbid"