We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42648eb commit 52154b1Copy full SHA for 52154b1
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 0.9.0 (unreleased)
+# 0.9.0
2
- newType `StreamIndex`
3
- removed `Player::stop_direct` (just use `Player::stop` now)
4
- added `PlayerOptions::set_audio_volume` and `PlayerOptions::set_max_audio_volume` for convenience
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "egui-video"
-version = "0.8.0"
+version = "0.9.0"
edition = "2021"
5
license = "MIT"
6
description = "a video library for egui"
0 commit comments