Skip to content

Commit 18b790b

Browse files
committed
chore: update bevy_pancam
1 parent 254d9cb commit 18b790b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ bevy = { workspace = true, default-features = false, features = [
3131
"bevy_state",
3232
"bevy_core_pipeline",
3333
] }
34-
bevy_pancam = { git = "https://github.com/johanhelsing/bevy_pancam", features = [
35-
"bevy_egui",
36-
] }
37-
#bevy_pancam = "0.12.0"
34+
bevy_pancam = { version = "0.12.0", features = ["bevy_egui"] }
3835
dolly = "0.5.0"
39-
mint = "0.5.8"
36+
mint = "0.5.9"
4037

4138
[dev-dependencies]
4239
wasm-bindgen-test = "0.3.42"

0 commit comments

Comments
 (0)