Skip to content

Commit

Permalink
Use official bevy_pkv
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimchikkk committed Sep 2, 2023
1 parent 081d984 commit 44e5a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ bevy_embedded_assets = { version = "0.8" }
cosmic-text = { version = "0.9" }
bevy_prototype_lyon = { version = "0.9" }
bevy_pancam = { version = "0.9" }
# TODO: point to official release that support bevy 0.11
bevy_pkv = { git = "https://github.com/StaffEngineer/bevy_pkv", rev = "d55de2e", default-features = true }
bevy_pkv = { version = "0.8.0", default-features = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
Expand Down

0 comments on commit 44e5a7f

Please sign in to comment.