polyfont-render 0.9.0

Custom multi-font rendering engine for polyfont
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 = "polyfont-render"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom multi-font rendering engine for polyfont"
readme = "README.md"
keywords = [
    "font",
    "rendering",
    "gpu",
    "text",
    "compositing",
]
categories = [
    "text-editors",
    "graphics",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/WyattAu/polyfont"
resolver = "2"

[features]
default = []
gpu = [
    "wgpu",
    "glyphon",
    "cosmic-text",
]
software = [
    "softbuffer",
    "tiny-skia",
    "fontdb",
]

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

[dependencies.cosmic-text]
version = "0.12"
optional = true

[dependencies.fontdb]
version = "0.18"
optional = true

[dependencies.glyphon]
version = "0.7"
optional = true

[dependencies.polyfont-core]
version = "0.9.0"

[dependencies.softbuffer]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tiny-skia]
version = "0.11"
optional = true

[dependencies.tracing]
version = "0.1"

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