mirror of
https://github.com/RustAudio/rodio
synced 2024-12-05 01:39:15 +00:00
release 0.19 (adds trackposition)
This commit is contained in:
parent
f518a7d334
commit
27f2b42406
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
# Version 0.19.0 (2024-06-29)
|
||||
|
||||
### Added
|
||||
- Adds a new source `track_position`. It keeps track of duration since the
|
||||
beginning of the underlying source.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rodio"
|
||||
version = "0.18.1"
|
||||
version = "0.19.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Audio playback library"
|
||||
keywords = ["audio", "playback", "gamedev"]
|
||||
|
|
Loading…
Reference in a new issue