Skip to content

Commit 3ae0ee3

Browse files
Update deps
1 parent 48265e0 commit 3ae0ee3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This project adheres to Semantic Versioning.
1616
### Changed
1717

1818
* **Breaking:** Updated `vek` to 0.17.
19-
* **Breaking:** Updated `rodio` to 0.19.
19+
* **Breaking:** Updated `rodio` to 0.20.
2020
* **Breaking:** Updated `image` to 0.25.
2121
* 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.
2424

2525
## [0.8.0] - 2023-03-17
2626

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ categories = ["game-engines"]
1313

1414
[dependencies]
1515
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"
1818
image = { version = "0.25.0", default-features = false }
1919
vek = { version = "0.17.0", default-features = false }
20-
hashbrown = "0.14.3"
20+
hashbrown = "0.15.1"
2121
serde = { version = "1.0.104", optional = true }
2222
ab_glyph = { version = "0.2.2", optional = true }
2323
xi-unicode = "0.3.0"

0 commit comments

Comments
 (0)