glyphon/Cargo.toml

18 lines
447 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"
2022-07-13 09:45:42 -02:30
version = "0.2.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]
2022-10-18 13:02:31 -02:30
wgpu = "0.14.0"
2022-05-09 10:19:10 -02:30
etagere = "0.2.6"
2022-10-28 01:14:07 -02:30
cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "a1f7675" }
2022-05-09 10:19:10 -02:30
[dev-dependencies]
2022-10-18 13:02:31 -02:30
winit = "0.27.0"
2022-05-14 22:39:52 -02:30
pollster = "0.2.5"