Moved rendering to ActiveState
[kaka/rust-sdl-test.git] / src / game / app.rs
2021-01-06 Tomas WenströmMoved rendering to ActiveState
2021-01-06 Tomas WenströmMark the current display modes
2021-01-06 Tomas WenströmRemoved global use of SCREEN_WIDTH/HEIGHT
2021-01-05 Tomas WenströmFixed a warning and allowed two others
2021-01-05 Tomas WenströmMoved main loop to App
2021-01-05 Tomas WenströmVsync instead of fps + print display modes
2021-01-03 Tomas WenströmBuilt an app builder and other minor things
2021-01-02 Tomas WenströmUse String instead of &str in struct
2021-01-02 Tomas WenströmBugfix
2021-01-02 Tomas WenströmMoved app to game