Fix benchmarks for latest glium/glutin API
[mandelwow.git] / Cargo.toml
2021-08-09 Bernie InnocentiUpdate to glium 0.30, glutin 0.27 and winit 0.25
2021-01-08 Bernie InnocentiUpdate to glium 0.29, glutin 0.26, winit 0.24
2020-12-13 Bernie InnocentiUpdate to glium 0.28, glutin 0.25 and winit 0.23
2020-03-31 Bernie InnocentiMerge branch 'master' of gitlab.com:berniecodewiz/mandelwow
2020-03-31 Bernie InnocentiUpdate to glium 0.27 and glutin 0.24
2020-02-21 Bernie InnocentiUpdate glium and glutin to latest stable releases
2020-01-11 Bernie InnocentiCleanly separate rendering and event handling
2019-10-22 Bernie InnocentiUpdate to glium 0.25.1
2019-08-05 Bernie InnocentiUpdate to glium 0.23 and glutin 0.21
2018-12-27 Bernie InnocentiSwitch to Rusr 2018!
2018-12-27 Bernie InnocentiIndented with rustfmt 1.0
2018-10-14 Bernie InnocentiUpdate to image 0.20
2018-09-29 Bernie InnocentiPort to glium 0.22 and clutin 0.18
2018-05-31 Bernie InnocentiUpdate deps: glium 0.21, glutin 0.14
2018-04-06 Bernie InnocentiUpdate to glium 0.20 + glutin 0.12
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-07-08 Bernie InnocentiPrevent global CFLAGS and CXXFLAGS from percolating...
2017-07-07 Bernie InnocentiTemporarily disable panic="abort".
2017-07-07 Bernie InnocentiDisable Rocket in the default build and update build...
2017-07-06 Bernie InnocentiMove most timing-related code to new module timer.rs
2017-07-02 Bernie InnocentiTweak release options to shrink the binary a bit.
2017-07-02 Bernie InnocentiAdd rust-rocket optional dependency.
2017-06-18 Bernie InnocentiAllow selecting text fg and bg colors.
2017-06-11 Bernie InnocentiLight fading in the distance on the sea, add green...
2017-05-29 Bernie InnocentiDisable local repositories for glutin and glium.
2017-05-11 Bernie InnocentiRemove backtrace fork for emscripten.
2017-05-07 Bernie InnocentiBump version to 0.7.0. v0.7.0
2017-05-06 Bernie InnocentiBump version to 0.6.0 v0.6.0
2017-05-06 Bernie InnocentiCreate mandelwow_lib.
2017-05-01 Bernie InnocentiSome cleanups for wasm and asmjs
2017-04-22 Bernie InnocentiAdd music to emscripten port. emscripten
2017-04-22 Bernie InnocentiSwitch to WebGL 2.
2017-04-22 Bernie InnocentiImprove asmjs support, add wasm target.
2017-04-17 Bernie InnocentiA pile of gross hacks, but works in a browser so it...
2017-04-09 Bernie InnocentiBump version to 0.5.0.
2017-04-08 Bernie InnocentiAdd screenshot function (F10).
2017-04-08 Bernie InnocentiShrink release binary a bit.
2017-04-08 Bernie InnocentiBump version to 0.4.0. v0.4.0
2017-04-08 Bernie InnocentiMake music optional.
2017-04-08 Bernie InnocentiPlay some music!
2017-04-08 Bernie InnocentiMerge branch 'master' of ssh://sunjammer.sugarlabs...
2017-04-08 Bernie InnocentiLoad a test XM module, does not yet play.
2017-04-08 Bernie InnocentiLoad a test XM module, does not play it yet.
2017-04-03 Bernie InnocentiBump version to 0.2.0. v0.2.0
2017-04-03 Bernie InnocentiFinish renaming project to Mandelwow.
2017-04-03 Bernie InnocentiLots of changes, first working version.
2017-03-19 Bernie InnocentiInitial commit.