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

[Merged by Bors] - Added TryFrom for VertexAttributeValues #1963

Closed
wants to merge 10 commits into from

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    ab1e5f7 View commit details
    Browse the repository at this point in the history
  2. Improve tests and docs

    simensgreen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    444495b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7df24f View commit details
    Browse the repository at this point in the history
  4. Add additional vertex formats (bevyengine#1878)

    - `Short2`
    - `Short2Norm`
    - `Ushort2`
    - `Ushort2Norm`
    - `Short4`
    - `Short4Norm`
    - `Ushort4`
    - `Ushort4Norm`
    - `Char2`
    - `Char2Norm`
    - `Uchar2`
    - `Uchar2Norm`
    - `Char4`
    - `Char4Norm`
    - `Uchar4`
    aloucks authored and simensgreen committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    49438a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aafead9 View commit details
    Browse the repository at this point in the history
  6. Сorrection of a mistake in a word

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    simensgreen and alice-i-cecile committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7fac3fe View commit details
    Browse the repository at this point in the history
  7. fmt

    cart committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    bd993f8 View commit details
    Browse the repository at this point in the history
  8. Update crates/bevy_render/src/mesh/mesh/conversions.rs

    Co-authored-by: MinerSebas <66798382+MinerSebas@users.noreply.github.com>
    cart and MinerSebas committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a32ad7b View commit details
    Browse the repository at this point in the history
  9. clippy

    cart committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    1074202 View commit details
    Browse the repository at this point in the history