use GlyphBrush for more efficient rendering

This commit is contained in:
Daniel Bauer
2019-12-26 13:58:14 +01:00
parent e57d400d16
commit 9b2c18f8e8
4 changed files with 199 additions and 281 deletions

View File

@@ -12,9 +12,9 @@ log = "0.4.*"
simple_logger = "1.3.*"
phf = { version = "0.8", features = ['macros'] }
failure = "0.1.*"
lazy_static = "1.4.*"
piston_window = "0.105.*"
piston2d-opengl_graphics = "0.70.*"
gfx_core = "0.9.2"
gfx_device_gl = "*"
gfx_glyph = "*"
rand = "*"
gfx_device_gl = "0.16.*"
gfx_glyph = "0.16.*"