glyphon/Cargo.toml
2023-10-19 14:37:22 -02:30

18 lines
400 B
TOML

[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.17.1"
etagere = "0.2.8"
cosmic-text = "0.10"
lru = "0.11"
[dev-dependencies]
winit = "0.28.7"
pollster = "0.3.0"