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

update to bevy 0.5 #12

Merged
merged 28 commits into from
Apr 10, 2021
Merged

update to bevy 0.5 #12

merged 28 commits into from
Apr 10, 2021

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    3172593 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Track Bevy master branch

    Weasy666 authored and jakobhellermann committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0e3a9d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37145b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1591437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf3347b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7420b31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd9af83 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    6044dea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. fmt

    jakobhellermann committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    909eca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. wip: port to ecs v2

    jakobhellermann committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4ac85f0 View commit details
    Browse the repository at this point in the history
  2. update to ecs v2

    jakobhellermann committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    531076c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    caa7eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb800be View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. use the bevy_winit feature instead of the crate

    this way, when patching bevy using [patch.crates-io] only one crate
    needs to be patched and no confusing "expected WinitPlugin, got
    WinitPlugin" errors occur
    jakobhellermann committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    5726c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    92943b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6411ba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed4e17 View commit details
    Browse the repository at this point in the history
  4. fix doc links

    jakobhellermann committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0e8335a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    92b11f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. use v2 resolver and specify bevy as dev-dependency

    this should solve the wasm_bindgen version selection
    failures and also allows `cargo run --example` without features.
    jakobhellermann committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    606989d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. use bevy 0.5

    jakobhellermann committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9f18bb6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Vladyslav Batyrenko <mvlabat@gmail.com>
    jakobhellermann and mvlabat authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5cea17b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    177ac26 View commit details
    Browse the repository at this point in the history
  4. simplify ci features

    jakobhellermann committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7a1e240 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    a84623c View commit details
    Browse the repository at this point in the history
  2. update egui to 0.11

    jakobhellermann committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    2e822b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    79459cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    880deeb View commit details
    Browse the repository at this point in the history