wgpu_text 29.0.0

A simple 2D text renderer for wgpu.
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 = "2024"
name = "wgpu_text"
version = "29.0.0"
authors = ["Leon (Blatko1)"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "Cargo.toml",
    "README.md",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple 2D text renderer for wgpu."
readme = "README.md"
keywords = [
    "wgpu",
    "text",
    "ttf",
    "render",
    "font",
]
categories = [
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/Blatko1/wgpu-text"

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

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]

[dependencies.glyph_brush]
version = "0.7.12"

[dependencies.log]
version = "0.4.29"

[dependencies.wgpu]
version = "29.0.0"

[dev-dependencies.env_logger]
version = "0.11.9"

[dev-dependencies.nalgebra]
version = "0.34.1"

[dev-dependencies.pollster]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.wgpu]
version = "29.0.0"
features = ["spirv"]

[dev-dependencies.winit]
version = "0.30.13"