mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
edd822a2bb
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md">glam's changelog</a>.</em></p> <blockquote> <h2>[0.18.0] - 2021-08-26</h2> <h3>Breaking changes</h3> <ul> <li>Minimum Supported Version of Rust bumped to 1.51.0 for <code>wasm-bindgen-test</code> and <code>rustdoc</code> <code>alias</code> support.</li> </ul> <h3>Added</h3> <ul> <li>Added <code>wasm32</code> SIMD intrinsics support.</li> <li>Added optional support for the <code>rkyv</code> serialization crate.</li> <li>Added <code>Rem</code> and <code>RemAssign</code> implementations for all vector types.</li> <li>Added quaternion <code>xyz()</code> method for returning the vector part of the quaternion.</li> <li>Added <code>From((Scalar, Vector3))</code> for 4D vector types.</li> </ul> <h3>Changed</h3> <ul> <li>Deprecated <code>as_f32()</code>, <code>as_f64()</code>, <code>as_i32()</code> and <code>as_u32()</code> methods in favor of more specific methods such as <code>as_vec2()</code>, <code>as_dvec2()</code>, <code>as_ivec2()</code> and <code>as_uvec2()</code> and so on.</li> </ul> <h2>[0.17.3] - 2021-07-18</h2> <h3>Fixed</h3> <ul> <li>Fix alignment unit tests on non x86 platforms.</li> </ul> <h2>[0.17.2] - 2021-07-15</h2> <h3>Fixed</h3> <ul> <li>Fix alignment unit tests on i686 and S390x.</li> </ul> <h2>[0.17.1] - 2021-06-29</h2> <h3>Added</h3> <ul> <li>Added <code>serde</code> support for <code>Affine2</code>, <code>DAffine2</code>, <code>Affine3A</code> and <code>DAffine3</code>.</li> </ul> <h2>[0.17.0] - 2021-06-26</h2> <h3>Breaking changes</h3> <ul> <li>The addition of <code>Add</code> and <code>Sub</code> implementations of scalar values for vector types may create ambiguities with existing calls to <code>add</code> and <code>sub</code>.</li> <li>Removed <code>From<Mat3></code> implementation for <code>Mat2</code> and <code>From<DMat3></code> for <code>DMat2</code>. These have been replaced by <code>Mat2::from_mat3()</code> and <code>DMat2::from_mat3()</code>.</li> <li>Removed <code>From<Mat4></code> implementation for <code>Mat3</code> and <code>From<DMat4></code> for <code>DMat3</code>. These have been replaced by <code>Mat3::from_mat4()</code> and <code>DMat3::from_mat4()</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |