Merge: gamnit: refactor the `flat` 2D API to include more services by default
authorJean Privat <jean@pryen.org>
Fri, 30 Jun 2017 13:51:00 +0000 (09:51 -0400)
committerJean Privat <jean@pryen.org>
Fri, 30 Jun 2017 13:51:00 +0000 (09:51 -0400)
The use of `import gamnit::flat` will now include more services useful to most games: `Sound`, `Font`, `pressed_keys`, etc. If a project doesn't want to include them for any reason, it can still `import gamnit::flat_core` and hand pick other services.

Pull-Request: #2522


Trivial merge