Do rendering via a renderer instead of sdl
authorTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 23 Jan 2021 14:40:14 +0000 (15:40 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 23 Jan 2021 14:40:14 +0000 (15:40 +0100)
commit6566d7e5467888e41b18dbaaa52d6a8636ce8e21
tree1c4200fdc27d36ec01a46a2c0b841501616c399d
parenteca2559123ae3c7ef184bf42ec60680fcddb38f6
Do rendering via a renderer instead of sdl

The access to the canvas is temporary
src/boll.rs
src/core/app.rs
src/core/game.rs
src/core/mod.rs
src/core/render.rs [new file with mode: 0644]