mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update gilrs requirement from 0.10.1 to 0.11.0 (#15245)
Updates the requirements on [gilrs](https://gitlab.com/gilrs-project/gilrs) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="cbcff6a4cd
"><code>cbcff6a</code></a> Speed up CI by testing only on x86_64-pc-windows-msvc from Windows’ targets</li> <li><a href="78582dd9df
"><code>78582dd</code></a> Update deps and prepare for gilrs 0.11.0 and gilrs-core 0.6.0</li> <li><a href="aad5c1072d
"><code>aad5c10</code></a> Mark error enums, Event and EventType as non_exhaustive</li> <li><a href="ec5d668d6b
"><code>ec5d668</code></a> Fix potential overflow in btn_value()</li> <li><a href="59811ff850
"><code>59811ff</code></a> Prepare for gilrs-core 0.5.15 release</li> <li><a href="aeaeb747d7
"><code>aeaeb74</code></a> windows: Don’t panic on Reading::update() returning error</li> <li><a href="d26e37f121
"><code>d26e37f</code></a> windows: Remove event handlers on drop</li> <li><a href="daf263d3cc
"><code>daf263d</code></a> Prevent crash in WASM backend when browser assigns gamepad unexpected ID</li> <li><a href="5f7b786f83
"><code>5f7b786</code></a> Upgrade SDL_GameControllerDB.</li> <li><a href="3d92b2e15a
"><code>3d92b2e</code></a> gilrs-core version 0.5.13</li> <li>Additional commits viewable in <a href="https://gitlab.com/gilrs-project/gilrs/compare/v0.10.1...v0.11.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
29508f065f
commit
c3465a9676
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
|
|||
bevy_time = { path = "../bevy_time", version = "0.15.0-dev" }
|
||||
|
||||
# other
|
||||
gilrs = "0.10.1"
|
||||
gilrs = "0.11.0"
|
||||
thiserror = "1.0"
|
||||
|
||||
[lints]
|
||||
|
|
Loading…
Reference in a new issue