-
Notifications
You must be signed in to change notification settings - Fork 210
Commit 2dc480a
Merge #968
968: Update glam requirement from 0.21 to 0.22 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/main/CHANGELOG.md">glam's changelog</a>.</em></p>
<blockquote>
<h2>[0.22.0] - 2022-10-24</h2>
<h3>Breaking changes</h3>
<ul>
<li>
<p>Added <code>u32</code> implementation of <code>BVec3A</code> and <code>BVec4</code> when SIMD is not available.
These are used instead of aliasing to the <code>bool</code> implementations.</p>
</li>
<li>
<p>Removed <code>Add</code>, <code>Sub</code>, and scalar <code>Mul</code> implementations from affine types as
they didn't make sense on these types.</p>
</li>
<li>
<p>Removed deprecated <code>const_*</code> macros. These have been replaced by <code>const fn</code>
methods.</p>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>
<p>Fixed <code>neg</code> and <code>signum</code> to consistently handle negative zero across multiple
platforms.</p>
</li>
<li>
<p>Removed <code>register_attr</code> feature usage for SPIR-V targets.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>
<p>Added missing <code>Serialize</code>, <code>Deserialize</code> and <code>PartialEq</code> implementations.</p>
</li>
<li>
<p>Added <code>Sum<Self></code> and <code>Product<Self></code> implementations for all vector, matrix
and quaternion types.</p>
</li>
<li>
<p>Added 4x4 matrix methods <code>look_at_lh</code> and <code>look_at_rh</code>. These were previously
private.</p>
</li>
<li>
<p>Added <code>dot_into_vec</code> methods to vector which returns the result of the dot
product splatted to all vector lanes.</p>
</li>
<li>
<p>Added <code>is_negative_bitmask</code> to vector types which returns a <code>u32</code> of bits for
each negative vector lane.</p>
</li>
<li>
<p>Added <code>splat</code> method and <code>TRUE</code> and <code>FALSE</code> constants to all <code>BVec</code> types.</p>
</li>
<li>
<p>Added <code>from_mat3a</code> methods to <code>Affine2</code>, <code>Mat2</code>, <code>Mat4</code> and <code>Quat</code> types.</p>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>Disable <code>serde</code> default features.</p>
</li>
<li>
<p>Made <code>to_cols_array</code>, <code>to_cols_array_2d</code>, and <code>from_diagonal</code> methods
<code>const fn</code>.</p>
</li>
</ul>
<h2>[0.21.3] - 2022-08-02</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bitshifter/glam-rs/commit/907ae262e4b91dcc98ebcc8ad701de62a4ec6fe8"><code>907ae26</code></a> Prepare 0.22.0 release (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/355">#355</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/6709322b8754325222142020e3174dea423c1186"><code>6709322</code></a> whitespace.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/69c7a608f245ac41d1b266351cc6f0894470d386"><code>69c7a60</code></a> Updated CHANGELOG.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/7c03e64e3edf8a2519a068507ba012197af36600"><code>7c03e64</code></a> Removed affine transform ops that didn't make sense. (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/354">#354</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/c34a632ffda19c16afcc4f1922aed78fb36c09cc"><code>c34a632</code></a> Removed register_attr from required rust features for spirv (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/353">#353</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/43cf6e861a5fe2ee7d6310ae1bbedf3eead95800"><code>43cf6e8</code></a> Add missing <code>from_mat3a</code> methods (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/352">#352</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/34c57c63a454417a3ce9a1b3c1ac7b6518fdaabe"><code>34c57c6</code></a> Add more const fn's (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/343">#343</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/5c4618954cb565dc6e43beba2a422567dfbc20bb"><code>5c46189</code></a> Add BVec::TRUE and BVec::FALSE (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/348">#348</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/30f1788192fb86b593c2dbd6525137db58e7e859"><code>30f1788</code></a> Add Vec::sign_bits (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/345">#345</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/4cc696709877042bd1aadadeecfa9d3c134487a4"><code>4cc6967</code></a> Fix negation and signum to consistently handle negative zero across platforms...</li>
<li>Additional commits viewable in <a href="https://github.com/bitshifter/glam-rs/compare/0.21.0...0.22.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
1 file changed
+1
-1
lines changedFilter options
- gdnative-core
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments