Skip to content

Commit a5bbf30

Browse files
Bump macroquad from 0.4.13 to 0.4.14 in /client (#184)
Bumps [macroquad](https://github.com/not-fl3/macroquad) from 0.4.13 to 0.4.14. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/not-fl3/macroquad/commit/2c60f754b0c0e053f4c5b272fee696fb45e5aca8"><code>2c60f75</code></a> Version bump</li> <li><a href="https://github.com/not-fl3/macroquad/commit/e314bb32bf8fe95443f26d1519107402cfae0f8a"><code>e314bb3</code></a> make <code>Color::from_hex</code> const</li> <li><a href="https://github.com/not-fl3/macroquad/commit/879ef133ae79235fa750e4d32b00a3f008c77b3d"><code>879ef13</code></a> remove a file merged by accident</li> <li><a href="https://github.com/not-fl3/macroquad/commit/f78db255450e4432bbc46ab756732f2e893c1284"><code>f78db25</code></a> Fix multi-line rotation calculation</li> <li><a href="https://github.com/not-fl3/macroquad/commit/bf9608938a435824bce70af80fdb4943b5657f48"><code>bf96089</code></a> Remove vertical advance panic</li> <li><a href="https://github.com/not-fl3/macroquad/commit/fc5a963857e113888e8721e01c349a5ef32dc930"><code>fc5a963</code></a> Fix backtrace dependency</li> <li><a href="https://github.com/not-fl3/macroquad/commit/a85325a02abf9946675c7d25df77eb3027534ac7"><code>a85325a</code></a> added camera near and far fields</li> <li><a href="https://github.com/not-fl3/macroquad/commit/8de643fc99309f13a48c19d330d73589a2c70bcc"><code>8de643f</code></a> Updates position of InputText to be relative to parent window is specified</li> <li><a href="https://github.com/not-fl3/macroquad/commit/8d23c9e44e5c379460a8a31d0530679e504018d1"><code>8d23c9e</code></a> Reset gl on update end</li> <li><a href="https://github.com/not-fl3/macroquad/commit/318275a455f4ed8e56f469618c5fe9b844a01f84"><code>318275a</code></a> updates the position of the checkbox relative to the window</li> <li>Additional commits viewable in <a href="https://github.com/not-fl3/macroquad/compare/v0.4.13...v0.4.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=macroquad&package-manager=cargo&previous-version=0.4.13&new-version=0.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1be6ff0 commit a5bbf30

File tree

2 files changed

+33
-61
lines changed

2 files changed

+33
-61
lines changed

client/Cargo.lock

+32-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ debug = true
1515
debug = true
1616

1717
[dependencies]
18-
macroquad = "0.4.13"
18+
macroquad = "0.4.14"
1919
hex2d = "1.1.0"
2020
itertools = "0.14.0"
2121
serde_json = "1.0.140"

0 commit comments

Comments
 (0)