Commit 7c552fa 1 parent ed69848 commit 7c552fa Copy full SHA for 7c552fa
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.3 - June 15, 2024
2
+
3
+ - Update ` glam ` to 0.28.0
4
+
1
5
# v0.9.2 - June 2, 2024
2
6
3
7
- Fix ` StaticSoundHandle/StreamingSoundHandle::pause/resume/stop ` not taking effect
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kira"
3
- version = " 0.9.2 "
3
+ version = " 0.9.3 "
4
4
authors = [" Andrew Minnich <aminnich3@gmail.com>" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ readme = "../../README.md"
12
12
13
13
[dependencies ]
14
14
assert_no_alloc = { version = " 1.1.2" , optional = true }
15
- glam = { version = " 0.27 .0" , features = [" mint" ] }
15
+ glam = { version = " 0.28 .0" , features = [" mint" ] }
16
16
mint = " 0.5.9"
17
17
paste = " 1.0.14"
18
18
ringbuf = " 0.3.1"
You can’t perform that action at this time.
0 commit comments