Skip to content

Commit

Permalink
: Update miniaudio (fork) to newest.
Browse files Browse the repository at this point in the history
: Bump version to 0.8.8-dev.
  • Loading branch information
AndreasOM committed Mar 16, 2024
1 parent 8038a8d commit 3d12858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oml-audio"
version = "0.8.7-dev"
version = "0.8.8-dev"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -45,13 +45,13 @@ version = "0.10.2"
optional = true

[dependencies.om-fork-miniaudio]
version = "0.12.0"
version = "0.12.1"
features = [ "ma-no-decoding", "ma-log-level-verbose" ]
optional = true
#path = "../miniaudio-rs/miniaudio"

[dependencies.om-fork-ep-miniaudio-sys]
version = "2.6.0"
version = "2.6.1"
optional = true
# features = [ "ma-no-decoding", "ma-log-level-verbose" ]
# path = "../miniaudio-rs/miniaudio-sys"
Expand Down

0 comments on commit 3d12858

Please sign in to comment.