glyphon/Cargo.toml

18 lines
384 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"
2022-07-13 08:15:42 -04:00
version = "0.2.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]
2022-07-13 08:04:49 -04:00
wgpu = "0.13.1"
2022-05-09 08:49:10 -04:00
fontdue = "0.7.2"
etagere = "0.2.6"
[dev-dependencies]
winit = "0.26.1"
2022-05-14 21:09:52 -04:00
pollster = "0.2.5"