ppu draw in lines + fps

This commit is contained in:
Daniel Bauer
2020-01-05 12:57:31 +01:00
parent 47043b42a2
commit b3395b0f32
7 changed files with 241 additions and 61 deletions

View File

@@ -19,4 +19,5 @@ gfx_core = "0.9.2"
gfx_device_gl = "0.16.*"
gfx_glyph = "0.16.*"
image = "0.22.*"
rand = "0.7.2"
rand = "0.7.2"
fps_counter = "1.0.0"