glyphon/Cargo.toml

19 lines
399 B
TOML
Raw Normal View History

2022-05-09 10:19:10 -02:30
[package]
name = "glyphon"
description = "Fast, simple 2D text rendering for wgpu"
2023-07-26 22:39:44 -02:30
version = "0.3.0"
2022-05-09 10:19:10 -02:30
edition = "2021"
homepage = "https://github.com/grovesNL/glyphon.git"
repository = "https://github.com/grovesNL/glyphon"
license = "MIT OR Apache-2.0 OR Zlib"
[dependencies]
2023-10-04 16:38:05 +02:00
wgpu = "0.17.1"
2023-07-04 18:21:38 +02:00
etagere = "0.2.8"
cosmic-text = "0.9"
2023-07-26 22:36:24 -02:30
lru = "0.11"
2022-05-09 10:19:10 -02:30
[dev-dependencies]
2023-10-12 13:21:40 +08:00
winit = "0.28.7"
2023-08-14 15:31:05 -07:00
pollster = "0.3.0"