Initial commit

This commit is contained in:
grovesNL 2022-05-09 10:19:10 -02:30
parent 39865e05d3
commit f5648e0f94
11 changed files with 2522 additions and 12 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "glyphon"
description = "Fast, simple 2D text rendering for wgpu"
version = "0.1.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 = { git = "https://github.com/gfx-rs/wgpu/" }
fontdue = "0.7.2"
etagere = "0.2.6"
pollster = "0.2.5"
[dev-dependencies]
winit = "0.26.1"