Fonts, glyphs, displaying fps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user