mirror of
https://github.com/danbulant/cushy
synced 2026-07-05 11:10:34 +00:00
Updated msrv from wgpu update
This commit is contained in:
parent
553c4ab959
commit
66b37bb88d
3 changed files with 5 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: ["stable", "1.74.1"]
|
version: ["stable", "1.79.0"]
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
|
- Dependency `kludgine` has been updated to `v0.9.0`, which updates Cushy to
|
||||||
|
`wgpu` v22.0.0. This change has raised Cushy's minimum supported Rust version
|
||||||
|
(MSRV) to `1.79.0`.
|
||||||
- `Source::for_each_*` now invoke the callback with the current contents of of
|
- `Source::for_each_*` now invoke the callback with the current contents of of
|
||||||
the source before attaching the callback. New functions beginning with
|
the source before attaching the callback. New functions beginning with
|
||||||
`for_each_subsequent_` have been added with the original behavior.
|
`for_each_subsequent_` have been added with the original behavior.
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
|
||||||
keywords = ["gui", "ui", "widgets", "reactive"]
|
keywords = ["gui", "ui", "widgets", "reactive"]
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
rust-version = "1.74.1"
|
rust-version = "1.79.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["tracing-output", "roboto-flex"]
|
default = ["tracing-output", "roboto-flex"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue