cpu uses bitflags

This commit is contained in:
Daniel Bauer
2020-01-18 12:30:04 +01:00
parent 1a6b711ee1
commit e14d045665
4 changed files with 82 additions and 71 deletions

View File

@@ -21,4 +21,5 @@ gfx_device_gl = "0.16.*"
gfx_glyph = "0.16.*"
image = "0.22.*"
rand = "0.7.2"
fps_counter = "1.0.0"
fps_counter = "1.0.0"
bitflags = "1.2.1"