wgpu_canvas 5.0.6

A 2D WGPU renderer API for drawing text, shapes, and images with Rust.
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 = "wgpu_canvas"
version = "5.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 2D WGPU renderer API for drawing text, shapes, and images with Rust."
documentation = "https://docs.rs/wgpu_canvas"
readme = "README.md"
keywords = [
    "wgpu",
    "canvas",
    "2d",
    "graphics",
    "rust",
]
categories = [
    "graphics",
    "rendering",
    "gui",
    "game-development",
]
license = "BSD-3-Clause"
repository = "https://github.com/ramp-stack/wgpu_canvas.git"

[features]
canvas = ["renderer"]
default = [
    "canvas",
    "renderer",
]
renderer = [
    "dep:wgpu",
    "dep:bytemuck",
]

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

[dependencies.bytemuck]
version = "1.21.0"
optional = true

[dependencies.fontdue]
version = "0.9.3"

[dependencies.image]
version = "0.25.5"
package = "image"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.wgpu]
version = "25.0.0"
optional = true