uzor-desktop 1.2.2

uzor-desktop: winit-based desktop runtime for uzor apps. Implements AppBuilder::run() for native desktop targets.
# 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-desktop"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "uzor-desktop: winit-based desktop runtime for uzor apps. Implements AppBuilder::run() for native desktop targets."
homepage = "https://github.com/zeng3ld/uzor"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

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

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.png]
version = "0.17"

[dependencies.pollster]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "net",
]

[dependencies.tray-icon]
version = ">=0.19,<0.21"

[dependencies.uzor]
version = "1.2.2"

[dependencies.uzor-agent-api]
version = "1.2.2"

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

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

[dependencies.vello]
version = "0.8"

[dependencies.wgpu]
version = "28"

[dependencies.winit]
version = "0.30"

[target."cfg(windows)".dependencies.winresource]
version = "0.1"