teksilo-render 0.9.2

wgpu renderer for Teksilo — rect, SDF and path pipelines with a glyph atlas.
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 = "teksilo-render"
version = "0.9.2"
authors = ["Cyril Jacquet <cyril.jacquet@ferntech.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu renderer for Teksilo — rect, SDF and path pipelines with a glyph atlas."
homepage = "https://teksilo.rs"
documentation = "https://docs.rs/teksilo-render"
readme = false
keywords = [
    "wgpu",
    "renderer",
    "graphics",
    "gpu",
    "glyph-atlas",
]
categories = [
    "rendering::graphics-api",
    "graphics",
    "gui",
]
license = "MPL-2.0"
repository = "https://github.com/FernTech-EU/teksilo.git"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.teksilo-canvas]
version = "0.9.2"

[dependencies.tiny-skia]
version = "0.12.0"

[dependencies.wgpu]
version = "30.0.0"

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

[dev-dependencies.teksilo-tokens]
version = "0.9.2"