[package] name = "glyphon" description = "Fast, simple 2D text rendering for wgpu" version = "0.3.0" edition = "2021" homepage = "https://github.com/grovesNL/glyphon.git" repository = "https://github.com/grovesNL/glyphon" license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = "0.18" etagere = "0.2.10" cosmic-text = "0.10" lru = "0.11" [dev-dependencies] winit = { version = "0.29.10", features = ["rwh_05"] } pollster = "0.3.0"