Skip to content

Commit

Permalink
update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Jun 15, 2024
1 parent ed69848 commit 7c552fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.3 - June 15, 2024

- Update `glam` to 0.28.0

# v0.9.2 - June 2, 2024

- Fix `StaticSoundHandle/StreamingSoundHandle::pause/resume/stop` not taking effect
Expand Down
4 changes: 2 additions & 2 deletions crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.9.2"
version = "0.9.3"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ readme = "../../README.md"

[dependencies]
assert_no_alloc = { version = "1.1.2", optional = true }
glam = { version = "0.27.0", features = ["mint"] }
glam = { version = "0.28.0", features = ["mint"] }
mint = "0.5.9"
paste = "1.0.14"
ringbuf = "0.3.1"
Expand Down

0 comments on commit 7c552fa

Please sign in to comment.