Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Nov 11, 2024
1 parent 48265e0 commit 3ae0ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This project adheres to Semantic Versioning.
### Changed

* **Breaking:** Updated `vek` to 0.17.
* **Breaking:** Updated `rodio` to 0.19.
* **Breaking:** Updated `rodio` to 0.20.
* **Breaking:** Updated `image` to 0.25.
* Updated `sdl2` to 0.37.
* Updated `glow` to 0.14.
* Updated `hashbrown` to 0.14.
* Updated `glow` to 0.15.
* Updated `hashbrown` to 0.15.

## [0.8.0] - 2023-03-17

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["game-engines"]

[dependencies]
sdl2 = "0.37.0"
rodio = { version = "0.19.0", optional = true, default-features = false }
glow = "0.14.0"
rodio = { version = "0.20.1", optional = true, default-features = false }
glow = "0.15.0"
image = { version = "0.25.0", default-features = false }
vek = { version = "0.17.0", default-features = false }
hashbrown = "0.14.3"
hashbrown = "0.15.1"
serde = { version = "1.0.104", optional = true }
ab_glyph = { version = "0.2.2", optional = true }
xi-unicode = "0.3.0"
Expand Down

0 comments on commit 3ae0ee3

Please sign in to comment.