ppu main window drawing

This commit is contained in:
Daniel Bauer
2020-01-04 15:19:01 +01:00
parent 66c4e842c4
commit ae080895a5
7 changed files with 200 additions and 61 deletions

View File

@@ -17,4 +17,6 @@ piston_window = "0.105.*"
piston2d-opengl_graphics = "0.70.*"
gfx_core = "0.9.2"
gfx_device_gl = "0.16.*"
gfx_glyph = "0.16.*"
gfx_glyph = "0.16.*"
image = "0.22.*"
rand = "0.7.2"