llimphi-compositor 0.1.0

llimphi-compositor — el núcleo declarativo de Llimphi sin winit: el árbol `View<Msg>`, el mount sobre taffy, el paint a `vello::Scene` y el hit-test. No depende de llimphi-hal ni de una surface concreta, así que la misma composición sirve sobre winit (llimphi-ui) o, a futuro, sobre el framebuffer del kernel wawa. `wgpu` entra sólo por la firma de `GpuPaintFn` (tipos, no windowing).
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 = "2021"
name = "llimphi-compositor"
version = "0.1.0"
authors = ["Sergio <gerencia@jlsoltech.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "llimphi-compositor — el núcleo declarativo de Llimphi sin winit: el árbol `View<Msg>`, el mount sobre taffy, el paint a `vello::Scene` y el hit-test. No depende de llimphi-hal ni de una surface concreta, así que la misma composición sirve sobre winit (llimphi-ui) o, a futuro, sobre el framebuffer del kernel wawa. `wgpu` entra sólo por la firma de `GpuPaintFn` (tipos, no windowing)."
readme = false
license = "MIT"
repository = "https://git.tawasuyu.net/tawasuyu/llimphi"

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

[[example]]
name = "anim_demo"
path = "examples/anim_demo.rs"

[[example]]
name = "animated_size_demo"
path = "examples/animated_size_demo.rs"

[[example]]
name = "backdrop_blur_demo"
path = "examples/backdrop_blur_demo.rs"

[[example]]
name = "filter_demo"
path = "examples/filter_demo.rs"

[[example]]
name = "gpu_primitivos_demo"
path = "examples/gpu_primitivos_demo.rs"

[[example]]
name = "image_fit_demo"
path = "examples/image_fit_demo.rs"

[[example]]
name = "layout_builder_demo"
path = "examples/layout_builder_demo.rs"

[[example]]
name = "pantallazo_motor"
path = "examples/pantallazo_motor.rs"

[[example]]
name = "primitivas_demo"
path = "examples/primitivas_demo.rs"

[[example]]
name = "rich_text_demo"
path = "examples/rich_text_demo.rs"

[[example]]
name = "ripple_demo"
path = "examples/ripple_demo.rs"

[[example]]
name = "showreel"
path = "examples/showreel.rs"

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

[dependencies.llimphi-layout]
version = "0.1.0"

[dependencies.llimphi-text]
version = "0.1.0"

[dependencies.vello]
version = "0.7"

[dependencies.wgpu]
version = "27"

[dev-dependencies.png]
version = "0.18"

[dev-dependencies.pollster]
version = "0.4"