lumecs 0.0.1

Experimental GUI backed by Bevy ECS + usual suspects
# 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 = "2024"
rust-version = "1.95"
name = "lumecs"
version = "0.0.1"
authors = ["Tim <me@justim.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental GUI backed by Bevy ECS + usual suspects"
homepage = "https://github.com/justim/lumecs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/justim/lumecs"

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

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

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

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

[dependencies.bevy_color]
version = "0.18"

[dependencies.bevy_ecs]
version = "0.18"
features = [
    "debug",
    "multi_threaded",
]

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.glifo]
version = "0.1.1"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.parley]
version = "0.10.0"

[dependencies.pollster]
version = "0.4.0"

[dependencies.taffy]
version = "0.10"

[dependencies.tracing]
version = "0.1.44"

[dependencies.vello]
version = "0.9.0"

[dependencies.vello_hybrid]
version = "0.0.9"

[dependencies.wgpu]
version = "29.0"

[dependencies.winit]
version = "0.30"

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "tracing",
    "ansi",
    "env-filter",
]

[profile.dev.package."*"]
opt-level = 3