File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ This project adheres to Semantic Versioning.
16
16
### Changed
17
17
18
18
* ** Breaking:** Updated ` vek ` to 0.17.
19
- * ** Breaking:** Updated ` rodio ` to 0.19 .
19
+ * ** Breaking:** Updated ` rodio ` to 0.20 .
20
20
* ** Breaking:** Updated ` image ` to 0.25.
21
21
* Updated ` sdl2 ` to 0.37.
22
- * Updated ` glow ` to 0.14 .
23
- * Updated ` hashbrown ` to 0.14 .
22
+ * Updated ` glow ` to 0.15 .
23
+ * Updated ` hashbrown ` to 0.15 .
24
24
25
25
## [ 0.8.0] - 2023-03-17
26
26
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ categories = ["game-engines"]
13
13
14
14
[dependencies ]
15
15
sdl2 = " 0.37.0"
16
- rodio = { version = " 0.19.0 " , optional = true , default-features = false }
17
- glow = " 0.14 .0"
16
+ rodio = { version = " 0.20.1 " , optional = true , default-features = false }
17
+ glow = " 0.15 .0"
18
18
image = { version = " 0.25.0" , default-features = false }
19
19
vek = { version = " 0.17.0" , default-features = false }
20
- hashbrown = " 0.14.3 "
20
+ hashbrown = " 0.15.1 "
21
21
serde = { version = " 1.0.104" , optional = true }
22
22
ab_glyph = { version = " 0.2.2" , optional = true }
23
23
xi-unicode = " 0.3.0"
You can’t perform that action at this time.
0 commit comments