-
Notifications
You must be signed in to change notification settings - Fork 210
Commit 50794d0
Merge #725
725: Update glam requirement from 0.13.0 to 0.14.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.14.0] - 2021-04-09</h2>
<h3>Breaking changes</h3>
<ul>
<li>Minimum Supported Version of Rust bumped to 1.45.0 for the <code>spriv-std</code>
dependency.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>AXES[]</code> constants to all vector types. These are arrays containing the
unit vector for each axis.</li>
<li>Added quaternion <code>from_scaled_axis</code> and <code>to_scaled_axis</code> methods.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Updated dependency versions of <code>bytemuck</code> to 1.5, <code>rand</code> to 0.8,
<code>rand_xoshiro</code> to 0.6 and <code>spriv-std</code> to 0.4.0-alpha4.</li>
</ul>
<h2>[0.13.1] - 2021-03-24</h2>
<h3>Added</h3>
<ul>
<li>Added vector <code>clamp()</code> functions.</li>
<li>Added matrix column and row accessor methods, <code>col()</code> and <code>row()</code>.</li>
<li>Added SPIR-V module and depenency on <code>spriv-std</code> for the SPIR-V target.</li>
<li>Added matrix truncation from 4x4 to 3x3 and 3x3 to 2x2 via <code>From</code> impls.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Documentation corrections and improvements.</li>
</ul>
<h2>[0.13.0] - 2021-03-04</h2>
<h3>Breaking Changes</h3>
<ul>
<li>The behavior of the 4x4 matrix method <code>transform_point3()</code> was changed to not
perform the perspective divide. This is an optimization for use with affine
transforms where perspective correction is not required. The
<code>project_point3()</code> method was added for transforming points by perspective
projections.</li>
<li>The 3x3 matrix <code>from_scale()</code> method was changed to
create a affine transform containing a 2-dimensional non-uniform scale to be
consistent with the 4x4 matrix version. The
<code>from_diagonal()</code> method can be used to create a 3x3 scale matrix.</li>
<li>The 3x3 matrix methods <code>transform_point2_as_vec3a</code>,
<code>transform_vector2_as_vec3a</code> and <code>mul_vec3_as_vec3a</code> were unintentionally
<code>pub</code> and are no longer publicly accessible.</li>
</ul>
<h3>Added</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bitshifter/glam-rs/commit/7ac6bb9f2d8e7f227f86d0fe6677f2f2df9e9b8b"><code>7ac6bb9</code></a> Ignore critcmp .json files in the root.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/65415773cf8d3c4416e9558d40e4770f6294b473"><code>6541577</code></a> Prepare for 0.14.0 release.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/9ab0fcb0465a7074f6bed43a9e70048d4bf5883f"><code>9ab0fcb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/160">#160</a> from XAMPPRocky/rust-gpu-alpha.4</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/e8ea92a3aafc3d6731a89d3db5d72d8c7904d0bd"><code>e8ea92a</code></a> Update to spirv-std 0.4.0-alpha.4</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/6407ddb2d7182e06ab221fc3568c711c9652dffa"><code>6407ddb</code></a> Bumped dependencies.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/c7c1f646e9b2372f23d5870e00a6856bfe6332ed"><code>c7c1f64</code></a> Document MSVR going from 1.36.0 to 1.45.0.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/3cd5344e67f2910dab357ec4a955aae5426d9650"><code>3cd5344</code></a> Removed some commented out code.</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/fc6f470e426e5ab42f27ae82c3427bbff458a2d3"><code>fc6f470</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/152">#152</a> from XAMPPRocky/update-spirv</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/351f76e6abdc27601fcd9f099b3eedd30915cf40"><code>351f76e</code></a> Update spirv-std to 0.4.0-alpha.3</li>
<li><a href="https://github.com/bitshifter/glam-rs/commit/1a59057946369542761108ce054964317caaa438"><code>1a59057</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bitshifter/glam-rs/issues/154">#154</a> from EmbarkStudios/from-axis</li>
<li>Additional commits viewable in <a href="https://github.com/bitshifter/glam-rs/compare/0.13.0...0.14.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