Skip to content

Commit a462d7d

Browse files
chore(deps): bump minifb from 0.25.0 to 0.28.0 (#6)
Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.25.0 to 0.28.0. - [Changelog](https://github.com/emoon/rust_minifb/blob/master/CHANGELOG.md) - [Commits](https://github.com/emoon/rust_minifb/commits) --- updated-dependencies: - dependency-name: minifb dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 878e3d9 commit a462d7d

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/milkrust-desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ milkrust-pack = { path = "../milkrust-pack" }
3535
milkrust-renderer-core = { path = "../milkrust-renderer-core" }
3636
milkrust-renderer-headless = { path = "../milkrust-renderer-headless" }
3737
serde_json = "1"
38-
minifb = { version = "0.25", optional = true }
38+
minifb = { version = "0.28", optional = true }
3939
cpal = { version = "0.15", optional = true }
4040

4141
[lints]

0 commit comments

Comments
 (0)