Update to rust-rocket 0.7.2
[mandelwow.git] / support /
2021-03-01 Bernie InnocentiFix a clippy warning about superfluous match references
2020-01-11 Bernie InnocentiCleanly separate rendering and event handling
2018-12-27 Bernie InnocentiRun 'cargo fix --edition'
2018-09-29 Bernie InnocentiPort to glium 0.22 and clutin 0.18
2017-12-18 Bernie InnocentiCleanup unused imports.
2017-12-17 Bernie InnocentiUpdate to latest glutin, glium and image.
2017-09-29 Bernie InnocentiMerge branch 'master' of ssh://codewiz.org/~/public_git...
2017-09-29 Bernie InnocentiPort to glium 0.17 and glutin 0.9.
2017-07-23 Bernie InnocentiRemove the wavefront object loader for now...
2017-05-08 Bernie InnocentiRemove placeholder game loop code.
2017-05-07 Bernie InnocentiPrecompute perspective * projection for the cubes.
2017-05-07 Bernie InnocentiMake mouse camera movement smoother.
2017-05-06 Bernie InnocentiAdd a simple benchmark for bounding_box
2017-05-01 Bernie InnocentiRemove teapot
2017-04-09 Bernie InnocentiImplement mouse panning and streamline keyboard movement.
2017-04-09 Bernie InnocentiShorten glutin symbols in camera.
2017-04-08 Bernie InnocentiMake A and D turn the camera left and right, respectively.
2017-04-08 Bernie InnocentiReformat.
2017-04-03 Bernie InnocentiLots of changes, first working version.
2017-03-19 Bernie InnocentiSplit Vec3.
2017-03-19 Bernie InnocentiInitial commit.