expect() with formatting -> unwrap_or_else()
[kaka/rust-sdl-test.git] / src /
2021-01-02 Tomas Wenströmexpect() with formatting -> unwrap_or_else()
2019-07-07 Tomas WenströmRemove unnecessary mut
2019-07-07 Tomas WenströmUse macro from common
2019-02-15 Tomas WenströmMove boll handling and rendering into an app state
2019-02-15 Tomas WenströmUnnecessary mutability
2019-02-15 Tomas WenströmMove app to module
2019-02-15 Tomas WenströmUse unsafe textures and move some things into an app...
2019-02-15 Tomas WenströmPrint some window events
2019-02-15 Tomas WenströmToggle fullscreen with F11
2019-02-15 Tomas WenströmMove some sprite logic into a SpriteManager
2019-02-10 Tomas WenströmNew boll - CircleBoll
2019-02-09 Tomas WenströmUse trait for boll variants
2019-02-07 Tomas WenströmInitial commit