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

Merge latest changes #3

Merged
merged 6 commits into from
Aug 30, 2020
Merged

Commits on Aug 29, 2020

  1. UI component bundles derive clone (#390)

    make Draw, TextStyle, and the rest of the ui components derive clone
    ashneverdawn authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    00be5d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    8101622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efbaca View commit details
    Browse the repository at this point in the history
  3. add bevy_render::pass::ClearColor to prelude (#396)

    It is common for users to want to set their clear color.
    inodentry authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ad46015 View commit details
    Browse the repository at this point in the history
  4. Fix hot asset reloading on Windows (#394)

    Fixes #348
    
    Changes to uses fully qualified names to work around
    rust-lang/rust-analyzer#1165
    DJMcNab authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    61b5fe9 View commit details
    Browse the repository at this point in the history
  5. Add Color::hex fn (#362)

    Add Color::hex fn
    wyhaya authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    8106f77 View commit details
    Browse the repository at this point in the history