Fixed a bunch of clippy suggestions
[kaka/rust-sdl-test.git] / src / core / app.rs
2021-02-10 Tomas WenströmFixed a bunch of clippy suggestions
2021-02-06 Tomas WenströmBugfix - don't return unless Some
2021-02-06 Tomas WenströmTypo
2021-01-31 Tomas WenströmCollect wall points into walls and place them in a...
2021-01-30 Tomas WenströmPoint2D -> Point
2021-01-26 Tomas WenströmUse stack of app states
2021-01-23 Tomas WenströmDo rendering via a renderer instead of sdl
2021-01-17 Tomas WenströmNo need for mutable references
2021-01-17 Tomas WenströmUse durations everywhere!
2021-01-17 Tomas WenströmFleshed out the controller
2021-01-12 Tomas WenströmAdded a basic gamestate with a controlled mario
2021-01-10 Tomas WenströmGive added device to any disconnected controller
2021-01-10 Tomas WenströmMinor refactor
2021-01-09 Tomas WenströmAdded a controller manager
2021-01-06 Tomas WenströmRenamed module game to core