Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitshifter/glam-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.3
Choose a base ref
...
head repository: bitshifter/glam-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.4
Choose a head ref
  • 8 commits
  • 20 files changed
  • 2 contributors

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    7a54731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68e5382 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    7675099 View commit details
    Browse the repository at this point in the history
  2. Renamed Quat::new to Quat::from_xyzw.

    Makes the parameter order clearer (w is sometimes first with
    Quaternions) and also hopefully makes it less likely that people will
    use this method.
    bitshifter committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    f618728 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Add cargo-deny GitHub CI action

    To verify all dependencies are using pemissable licenses and that there are no duplicate vesions of dependencies.
    
    For a small crate like this it is likely not super userful, but hoping it could help a bit and is easy to set up and use
    repi committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    f437044 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from EmbarkStudios/cargo-deny

    Add cargo-deny GitHub CI action
    bitshifter committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    7fc18a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Added Mat4::to_scale_rotation_translation (#37)

    * Added Mat4::to_scale_rotation_translation method and tests
    * Make sure transform-types feature is always built.
    bitshifter committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    95e5063 View commit details
    Browse the repository at this point in the history
  2. Prepare for release 0.8.4.

    Moved thanks to contributors to a link to github from the README, was
    getting messy trying to acknowledge individual changes in the CHANGELOG.
    bitshifter committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    c99f155 View commit details
    Browse the repository at this point in the history
Loading