Skip to content

Commit

Permalink
Use released trackball.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 29, 2024
1 parent 2190715 commit 10b693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ c11-orbit = ["trackball/cc"]
[dependencies]
bevy = { version = "0.15.0-rc.2", default-features = false, features = ["bevy_render", "custom_cursor", "wayland"] }
bevy_egui = { version = "0.30.0", default-features = false, features = ["render"], optional = true }
trackball = { git = "https://github.com/qu1x/trackball", features = ["glam"] }
trackball = { version = "0.15.0", features = ["glam"] }

[dev-dependencies.bevy]
version = "0.15.0-rc.2"
Expand Down

0 comments on commit 10b693c

Please sign in to comment.