-
Notifications
You must be signed in to change notification settings - Fork 210
Commit ef7e096
Merge #792
792: Update glam requirement from 0.18.0 to 0.19.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/main/CHANGELOG.md">glam's changelog</a>.</em></p>
<blockquote>
<h2>[0.19.0] - 2021-10-05</h2>
<h3>Breaking changes</h3>
<ul>
<li>Removed truncating vector <code>From</code> implementations. Use <code>.truncate()</code> or swizzle
methods instead.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>Not</code>, <code>Shl</code>, <code>Shr</code>, <code>BitAnd</code>, <code>BitOr</code> and <code>BitXor</code> implementations for
all <code>IVec</code> and <code>UVec</code> vector types.</li>
<li>Added <code>NAN</code> constant for all types.</li>
<li>Documented <code>glam</code>'s <a href="https://github.com/bitshifter/glam-rs/blob/main/ARCHITECTURE.md">architecture</a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>Sum</code> and <code>Product</code> traits are now implemented in <code>no_std</code> builds.</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bitshifter/glam-rs/commit/548933aaf724af1c776064693752121e3c526314"><code>548933a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/245">#245</a> from bitshifter/prepare-0.19.0</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/7568c86f7ce64a3d75aeeb4f80d1584f2ef0794c"><code>7568c86</code></a> Prepare for 0.19.0 release.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/7d941783e804180fd2622b9d6a53a269cb378d57"><code>7d94178</code></a> Updated CHANGELOG.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/f1ec6fbba850c7bb3905ab94f368d33553a56014"><code>f1ec6fb</code></a> Add architecture documentation (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/243">#243</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/67fbbc8bd303ae83f60c6a539a0e4a91d7ea09fa"><code>67fbbc8</code></a> Added <code>set -e</code> to wasm32 build scripts and fix errors.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/b309e58fd5328744130b4451c51f00598d5442d2"><code>b309e58</code></a> Remove remaining vector truncating From implementations (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/239">#239</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/f3e369d3c72c75e9a8b4af90b63cb502867c8b47"><code>f3e369d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/238">#238</a> from EmbarkStudios/nan</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/83e01b1bea121715ba7d65c4398b25dbc6151a4a"><code>83e01b1</code></a> Add NAN constant to all types</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/7413abf291ad0ed46ffb0e6bcffbb51abd367b24"><code>7413abf</code></a> impl Not, Shl, Shr, BitAnd, BitOr, and BitXor for UVec and IVec (<a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/237">#237</a>)</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/cdc41b51fe95277c0437ebc34c4e114f9fe5e7d8"><code>cdc41b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/234">#234</a> from VVishion/fix-iss233</li>
<li>Additional commits viewable in <a href="https://github.com/bitshifter/glam-rs/compare/0.18.0...0.19.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 | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments