Skip to content

Commit

Permalink
chore(deps): update rust crate pixel-game-lib to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 65982f0 commit 260d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ thiserror = "1.0.59"

# `blit` feature
blit = { version = "0.8.5", optional = true, default-features = false }
pixel-game-lib = { version = "0.8.0", default-features = false }
pixel-game-lib = { version = "0.8.1", default-features = false }

[dev-dependencies]
image = { version = "0.24.9", default-features = false, features = ["png"] }
pixel-game-lib = "0.8.0"
pixel-game-lib = "0.8.1"

[[example]]
name = "window"
Expand Down

0 comments on commit 260d177

Please sign in to comment.