mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
Update intel_tex_2 requirement from 0.4.0 to 0.5.0 (#22447)
Updates the requirements on [intel_tex_2](https://github.com/Traverse-Research/intel-tex-rs-2) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Traverse-Research/intel-tex-rs-2/commit/9a05fb8926d635014fddfcadb02ffd5c84822688"><code>9a05fb8</code></a> Release 0.5.0 (<a href="https://redirect.github.com/Traverse-Research/intel-tex-rs-2/issues/37">#37</a>)</li> <li><a href="https://github.com/Traverse-Research/intel-tex-rs-2/commit/f622631ac87056ef2bafd6468f6a7d703bea13dc"><code>f622631</code></a> Add <code>ispc_texcomp_astc</code> compiled against static Windows/MSVC CRT (<a href="https://redirect.github.com/Traverse-Research/intel-tex-rs-2/issues/35">#35</a>)</li> <li><a href="https://github.com/Traverse-Research/intel-tex-rs-2/commit/31619c18a5438293600a3f5b6d6d89a92707cff7"><code>31619c1</code></a> CI: Sync up <code>generate-binaries</code> with <code>ispc-downsampler</code> slightly to include `...</li> <li><a href="https://github.com/Traverse-Research/intel-tex-rs-2/commit/446eb43d5fd21a1da3646f6cc4b7361b82277689"><code>446eb43</code></a> 🔖 Fix typo (<a href="https://redirect.github.com/Traverse-Research/intel-tex-rs-2/issues/33">#33</a>)</li> <li><a href="https://github.com/Traverse-Research/intel-tex-rs-2/commit/7a262278c8a54014bb54f321430c7574713cf7b6"><code>7a26227</code></a> 🎍 Consistent encode settings referencing (<a href="https://redirect.github.com/Traverse-Research/intel-tex-rs-2/issues/32">#32</a>)</li> <li>See full diff in <a href="https://github.com/Traverse-Research/intel-tex-rs-2/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carter Anderson <mcanders1@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ image = { version = "0.25.2", default-features = false }
|
||||
fast_image_resize = { version = "6.0", features = ["image"] }
|
||||
futures-lite = "2.0.1"
|
||||
tracing = "0.1"
|
||||
intel_tex_2 = { version = "0.4.0", optional = true }
|
||||
intel_tex_2 = { version = "0.5.0", optional = true }
|
||||
zstd = { version = "0.13.2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user