uzor-render-urx 1.4.6

URX render adapter — implements uzor::RenderContext, emits urx_core::Scene. Lets uzor/tessera consumers select any of the 4 URX 2D backends (cpu/wgpu/hybrid/wgpu-full) through the standard backend-selection path. Phase A bridge — Phase B will let consumers emit Scene directly.
# 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-render-urx"
version = "1.4.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "URX render adapter — implements uzor::RenderContext, emits urx_core::Scene. Lets uzor/tessera consumers select any of the 4 URX 2D backends (cpu/wgpu/hybrid/wgpu-full) through the standard backend-selection path. Phase A bridge — Phase B will let consumers emit Scene directly."
homepage = "https://github.com/zeng3ld/uzor"
readme = false
keywords = [
    "graphics",
    "rendering",
    "urx",
    "adapter",
    "uzor",
]
categories = [
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeng3ld/uzor"

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

[dependencies.kurbo]
version = "0.13"

[dependencies.peniko]
version = "0.6"

[dependencies.uzor]
version = "1.4.6"
features = ["shaper"]

[dependencies.uzor-urx-core]
version = "1.4.6"