glyphon/Cargo.toml
2023-07-04 14:54:05 -02:30

18 lines
487 B
TOML

[package]
name = "glyphon"
description = "Fast, simple 2D text rendering for wgpu"
version = "0.2.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.16"
etagere = { git = "https://github.com/hecrj/etagere.git", rev = "4ee873d5c412d31237cd51efdcfdc7a0afd1953b" }
cosmic-text = "0.8"
lru = "0.9"
[dev-dependencies]
winit = "0.27.0"
pollster = "0.2.5"