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

Bevy 0.12 #276

Merged
merged 6 commits into from
Nov 10, 2023
Merged

Bevy 0.12 #276

merged 6 commits into from
Nov 10, 2023

Commits on Nov 4, 2023

  1. Update bevy_picking_ui for v0.12

    This change replaced the now removed ComputedVisibility with the
    ViewVisibility component
    TristanCacqueray committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f71a0f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Bump bevy to 0.12

    TristanCacqueray committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0365c64 View commit details
    Browse the repository at this point in the history
  2. Update bevy_picking_sprite backend for bevy 0.12 - to use ViewVisibil…

    …ity instead of ComputedVisibility - cast UVec2 to Vec2 since size() now returns UVec2
    nametable authored and TristanCacqueray committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a152595 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    559e5d2 View commit details
    Browse the repository at this point in the history
  2. fix broken example

    aevyrie committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fa82fca View commit details
    Browse the repository at this point in the history
  3. update changelog

    aevyrie committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ecc2edf View commit details
    Browse the repository at this point in the history