egui-video 0.9.0

a video library for egui
1
2
3
4
5
6
# 0.9.0

 - newType `StreamIndex`
 - removed `Player::stop_direct` (just use `Player::stop` now)
 - added `PlayerOptions::set_audio_volume` and `PlayerOptions::set_max_audio_volume` for convenience
 - fix [soundness issue]https://github.com/n00kii/egui-video/pull/19
 - fix [possible overflow from elapsed time calculation]https://github.com/n00kii/egui-video/issues/20