v1.1.0
fixes
- fix mouse coordinates on HiDpi screens
- web : fix #8 black borders on HiDpi screens
API breaks
Image.is_loaded()
: renamed toImage.try_load()
(see https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention)Image.get_size()
: renamed toImage.try_get_size()
FileLoader.is_file_ready()
: renamed toFileLoader.check_file_ready()
Color
parameter incolor_blend()
andcolor_dist()
are now passed by value (see https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref)