Skip to content

Commit

Permalink
chore: bump versio to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Sep 11, 2024
1 parent dfe6f58 commit 98048f5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

45 changes: 24 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A tactical 2D shooter"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "jumpy"
version = "0.12.1"
version = "0.12.2"

[features]
default = []
Expand All @@ -25,27 +25,30 @@ puffin = { version = "0.17.0", features = ["web"] }
puffin_egui = "0.23.0"
petgraph = "0.6.4"
# Use rapier w/ parry2d 0.13.7 for qbvh crash fix: https://github.com/dimforge/parry/pull/185
rapier2d = { git = "https://github.com/MaxCWhitehead/rapier.git", rev= "29c72c6c282e7c40987c0d0d0ce3089ea019a532", features = ["debug-render", "enhanced-determinism"] }
indexmap = "2.0.0"
serde = { version = "1.0.188", features = ["derive"] }
shiftnanigans = "0.3.3"
humantime-serde = "1.1.1"
ordered-float = "3.9.1"
nalgebra = { version = "0.32", features = ["glam024"] }
once_cell = "1.18.0"
async-channel = "1.9.0"
serde_yaml = "0.9.25"
thiserror = "1.0.48"
peg = "0.8.1"
egui_extras = { version = "0.23.0", default-features = false }
shadow-rs = { version = "0.25.0", default-features = false }
postcard = { version = "1.0", default-features = false, features = ["alloc"] }
rapier2d = { git = "https://github.com/MaxCWhitehead/rapier.git", rev = "29c72c6c282e7c40987c0d0d0ce3089ea019a532", features = [
"debug-render",
"enhanced-determinism",
] }
indexmap = "2.0.0"
serde = { version = "1.0.188", features = ["derive"] }
shiftnanigans = "0.3.3"
humantime-serde = "1.1.1"
ordered-float = "3.9.1"
nalgebra = { version = "0.32", features = ["glam024"] }
once_cell = "1.18.0"
async-channel = "1.9.0"
serde_yaml = "0.9.25"
thiserror = "1.0.48"
peg = "0.8.1"
egui_extras = { version = "0.23.0", default-features = false }
shadow-rs = { version = "0.25.0", default-features = false }
postcard = { version = "1.0", default-features = false, features = ["alloc"] }
strum = { version = "0.25.0", features = ["derive"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bevy_dylib = "0.11"
bitfield = "0.14"
bytemuck = "1.12"
bevy_dylib = "0.11"
bitfield = "0.14"
bytemuck = "1.12"

# anyhow = "1.0"
# async-channel = "1.7"
Expand Down Expand Up @@ -146,8 +149,8 @@ shadow-rs = "0.25.0"

[package.metadata.cargo-machete]
ignored = [
"tracing", # Needed to add `release_max_level_debug` feature
"getrandom", # Needed to add `js` feature
"tracing", # Needed to add `release_max_level_debug` feature
"getrandom", # Needed to add `js` feature
]

# # Uncomment for testing during bones development, if you clone bones adjacent to the jumpy
Expand Down
2 changes: 1 addition & 1 deletion packs/devpack/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dev Pack
id: devpack_01hgrar12df9rva3mxrh2x3vgj
version: 0.1.0
game_version: 0.12.1
game_version: 0.12.2
root: ./assets.yaml
schemas:
- /items/blunderbass/BlunderbassMeta.schema.yaml
Expand Down

0 comments on commit 98048f5

Please sign in to comment.