cryoglyph/Cargo.toml
2025-03-09 00:18:21 +01:00

19 lines
477 B
TOML

[package]
name = "cryoglyph"
description = "Fast, simple 2D text rendering for wgpu"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/iced-rs/cryoglyph"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "24", default-features = false, features = ["wgsl"] }
etagere = "0.2.10"
cosmic-text = "0.12"
lru = { version = "0.12.1", default-features = false }
rustc-hash = "2.0"
[dev-dependencies]
winit = "0.29"
wgpu = "24"
pollster = "0.4"