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

Add IterableEnum trait #7269

Closed
wants to merge 8 commits into from
Closed

Commits on Jan 18, 2023

  1. Add IterableEnum

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    329fc46 View commit details
    Browse the repository at this point in the history
  2. Add #[derive(IterableEnum)]

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5eaeca5 View commit details
    Browse the repository at this point in the history
  3. Use BevyManifest

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6fcc72b View commit details
    Browse the repository at this point in the history
  4. Implement for KeyCode

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8beb9ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31ced3b View commit details
    Browse the repository at this point in the history
  6. Update crates/bevy_utils/macros/Cargo.toml

    Co-authored-by: James Liu <contact@jamessliu.com>
    DasLixou and james7132 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5bf736d View commit details
    Browse the repository at this point in the history
  7. Update crates/bevy_utils/src/iterable_enum.rs

    Co-authored-by: James Liu <contact@jamessliu.com>
    DasLixou and james7132 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e29579c View commit details
    Browse the repository at this point in the history
  8. Update crates/bevy_utils/macros/src/lib.rs

    Co-authored-by: James Liu <contact@jamessliu.com>
    DasLixou and james7132 authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    51d0433 View commit details
    Browse the repository at this point in the history