doryen-rs 1.0.1

Pure rust OpenGL accelerated roguelike console API with native/wasm support
Documentation
# 1.0.1 - 2019 Feb 15

## fixes

* fix HiDpi display on Mac
* fix panic on start when font is too slow to load

# 1.0.0 - 2019 Feb 1

## API breaks

* `Console.print_color` : replace %{} color marker with #[]
* `resize` function added to `Engine` trait to allow console resize

# 0.1.0 - 2018 Aug 3

First release