Skip to content

Commit 10b693c

Browse files
committed
Use released trackball.
1 parent 2190715 commit 10b693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ c11-orbit = ["trackball/cc"]
4444
[dependencies]
4545
bevy = { version = "0.15.0-rc.2", default-features = false, features = ["bevy_render", "custom_cursor", "wayland"] }
4646
bevy_egui = { version = "0.30.0", default-features = false, features = ["render"], optional = true }
47-
trackball = { git = "https://github.com/qu1x/trackball", features = ["glam"] }
47+
trackball = { version = "0.15.0", features = ["glam"] }
4848

4949
[dev-dependencies.bevy]
5050
version = "0.15.0-rc.2"

0 commit comments

Comments
 (0)