Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 2d is disabled-by-default #16

Merged
merged 1 commit into from Feb 19, 2024
Merged

Conversation

tguichaoua
Copy link
Owner

@tguichaoua tguichaoua commented Feb 19, 2024

The 2d feature is now disabled by default.

Migration Guide

The 2d feature should be explicitly enabled.

[dependencies]
# 0.2
bevy_cursor = "*"

# 0.3
bevy_cursor = { version = "*", features = ["2d"] }

@tguichaoua tguichaoua added the R-Breaking Breaking changes label Feb 19, 2024
@tguichaoua tguichaoua enabled auto-merge (squash) February 19, 2024 14:20
@tguichaoua tguichaoua merged commit 1d548fb into main Feb 19, 2024
5 checks passed
@tguichaoua tguichaoua deleted the feat_2d_disabled_by_default branch February 19, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R-Breaking Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant