uzor-examples 1.2.2

Layered demos for uzor — L1 (raw input coordinator), L2 (context manager + widgets), L3 (layout manager + composites), L4 (App + WindowManager builder).
# 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 = "uzor-examples"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layered demos for uzor — L1 (raw input coordinator), L2 (context manager + widgets), L3 (layout manager + composites), L4 (App + WindowManager builder)."
homepage = "https://github.com/zeng3ld/uzor"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

[[bin]]
name = "l1-coord"
path = "src/l1/coord.rs"

[[bin]]
name = "l2-launcher"
path = "src/l2/launcher.rs"

[[bin]]
name = "l3-dashboard"
path = "src/l3/dashboard.rs"

[[bin]]
name = "l4-dashboard"
path = "src/l4/dashboard.rs"

[dependencies.arboard]
version = "3"

[dependencies.pollster]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.uzor]
version = "1.2.2"

[dependencies.uzor-desktop]
version = "1.2.2"

[dependencies.uzor-framework-macros]
version = "1.2.2"

[dependencies.uzor-render-hub]
version = "1.2.2"

[dependencies.uzor-render-vello-gpu]
version = "1.2.2"

[dependencies.uzor-window-desktop]
version = "1.2.2"

[dependencies.vello]
version = "0.8"

[dependencies.winit]
version = "0.30"