-
Notifications
You must be signed in to change notification settings - Fork 210
Commit 0413391
Merge #745
745: Update glam requirement from 0.15.1 to 0.16.0 r=Bromeon a=dependabot[bot]
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/master/CHANGELOG.md">glam's changelog</a>.</em></p>
<blockquote>
<h2>[0.16.0] - 2021-06-06</h2>
<h3>Breaking changes</h3>
<ul>
<li><code>sprirv-std</code> dependency was removed, rust-gpu depends on glam internally
again for now.</li>
<li>Added <code>must_use</code> attribute to all <code>inverse</code>, <code>normalize</code>, <code>try_normalize</code>,
<code>transpose</code> and <code>conjugate</code> methods.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>fract()</code> method to float vector types which return a vector containing
<code>self - self.floor()</code>.</li>
<li>Added optional support for the <code>approx</code> crate. Note that all glam types
implement their own <code>abs_diff_eq()</code> method without requiring the <code>approx</code>
dependency.</li>
</ul>
<h2>[0.15.2] - 2021-05-20</h2>
<h3>Added</h3>
<ul>
<li>Added <code>from_cols()</code> methods to affine types.</li>
<li>Added methods for reading and writing affine types from and to arrays and
slices, including <code>from_cols_array()</code>, <code>to_cols_array()</code>,
<code>from_cols_array_2d()</code>, <code>to_cols_array_2d()</code>, <code>from_cols_slice()</code> and
<code>write_cols_to_slice()</code>.</li>
<li>Added <code>core::fmt::Display</code> trait implementations for affine types.</li>
<li>Added <code>core::ops::Add</code>, <code>core::ops::Mul</code> scalar and <code>core::ops::Sub</code> trait
implementations for affine types.</li>
<li>Added <code>from_array()</code> methods to quaternion types.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Renamed vector and quaternion <code>from_slice_unaligned()</code> and
<code>write_to_slice_unaligned()</code> methods to <code>from_slice()</code> and
<code>write_to_slice()</code>.</li>
<li>Removed usage of <code>_mm_rcp_ps</code> from SSE2 implementation of <code>Quat::slerp</code> as
this instruction is not deterministic between Intel and AMD chips.</li>
</ul>
<h2>[0.15.1] - 2021-05-14</h2>
<h3>Changed</h3>
<ul>
<li>Disable <code>const_assert_eq!</code> size and alignment checks for SPIR-V targets.</li>
</ul>
<h2>[0.15.0] - 2021-05-14</h2>
<h3>Breaking changes</h3>
<ul>
<li>Removed <code>PartialOrd</code> and <code>Ord</code> trait implementations for all <code>glam</code> types.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bitshifter/glam-rs/commit/1b403eec6460ab5773647b696967eda28962609a"><code>1b403ee</code></a> Prepare release 0.16.0</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/20fe1be60caf99f3a4a14995ff02603ad4cdfc3c"><code>20fe1be</code></a> Updated CHANGELOG.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/5435e1e1273e79036bf404fa3c4b63f91fc27133"><code>5435e1e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/189">#189</a> from EmbarkStudios/remove-spirv-std-dep</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/da1071fab435ab2755ea6acf99ffe642b4689f7b"><code>da1071f</code></a> Remove the spirv-std dependency</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/466d07f48b2bd951762b54e15f4463ce90f17619"><code>466d07f</code></a> Add doc aliases for perp_dot (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/188">#188</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/a0143c07fe6a630764076d8bcc6f3acb1245c68e"><code>a0143c0</code></a> Merge branch 'master' of github.com:bitshifter/glam-rs</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/53b17b8741c255dff7651a71718f3062ad5e6a0a"><code>53b17b8</code></a> Add <code>fract()</code> to float vector types. (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/187">#187</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/d86f91fbd723f773baebce1a344ebb59414fc2b9"><code>d86f91f</code></a> clamp input for acos_approx for f64 (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/186">#186</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/d240a319976c40696237b6467f2ea4e05a9d9b4f"><code>d240a31</code></a> Some doc link fixes.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/45c1c133a049c2876bc1963f6e80c189a44872f4"><code>45c1c13</code></a> Annotate some methods with <code>#[must_use]</code>.</li>
<li>Additional commits viewable in <a href="https://github.com/bitshifter/glam-rs/compare/0.15.1...0.16.0">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- examples/scene_create
- gdnative-core
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedexamples/scene_create/Cargo.toml
Copy file name to clipboardExpand all lines: examples/scene_create/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments