Fonts, glyphs, displaying fps

This commit is contained in:
Piotrek
2021-05-07 15:41:08 +02:00
parent c089afbcbe
commit 989b75f54d
12 changed files with 252 additions and 75 deletions
+2
View File
@@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
winit = "0.24"
wgpu = "0.7"
wgpu_glyph = "0.11"
futures = "0.3"
bytemuck = { version = "1.5", features = [ "derive" ] }
byteorder = "1.4"
@@ -17,6 +18,7 @@ cgmath = "0.18"
rand = "0.8"
noise = "0.7"
[build-dependencies]
anyhow = "1.0"
fs_extra = "1.1"