cryoglyph/Cargo.toml
2025-03-08 23:43:37 +01:00

20 lines
526 B
TOML

[package]
name = "iced_glyphon"
description = "Fast, simple 2D text rendering for wgpu"
version = "0.6.0"
edition = "2021"
homepage = "https://github.com/hecrj/glyphon.git"
repository = "https://github.com/hecrj/glyphon"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
wgpu = { version = "23", 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 = "23"
pollster = "0.4"