glyphon/Cargo.toml

19 lines
437 B
TOML
Raw Normal View History

2022-05-09 08:49:10 -04:00
[package]
name = "glyphon"
description = "Fast, simple 2D text rendering for wgpu"
2023-07-26 21:09:44 -04:00
version = "0.3.0"
2022-05-09 08:49:10 -04:00
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-26 21:13:18 -04:00
wgpu = "0.18"
2023-11-19 18:26:16 -05:00
etagere = "0.2.10"
2023-10-19 12:50:10 -04:00
cosmic-text = "0.10"
2023-07-26 21:06:24 -04:00
lru = "0.11"
2022-05-09 08:49:10 -04:00
[dev-dependencies]
2024-01-15 14:33:02 -05:00
winit = { version = "0.29.10", features = ["rwh_05"] }
2023-08-14 18:31:05 -04:00
pollster = "0.3.0"