Releases: tarkah/karaoke-rs
Releases · tarkah/karaoke-rs
v0.6.0 - 2019-06-07
Changes
- Replaced ggez with glium + rodio. Confirmed running on Rasberry Pi 3
B+ with OpenGL 2.1 - Bump actix-web to 1.0 release from beta
v0.5.1 - 2019-05-22
Changes
- Add options to configure OpenGL version
- Add cross release builds
v0.5.0 - 2019-05-18
Changes
- Switched from SFML to ggez for audio and video. Binaries can now run
out of the box on any platform! - CI with Azue Pipelines!
v0.4.0
v0.3.0
Changes
- Use rust-embed to embed wesbite files into binary. They are unloaded
to the data_path on startup. - Pickup template files from data_path/templates with Tera and manage
with Rocket instead of using Rockets template fairing for Tera. - Parallelise computational heavy jobs in processing collection with
Rayon. - Remove
extern crate
for macros, import withuse
instead