mirror of https://github.com/hannobraun/Fornjot
Bump winit from 0.28.3 to 0.28.5
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.5. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.28.5/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.28.3...v0.28.5) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ddd4752abd
commit
3befe0d559
|
@ -4580,9 +4580,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.28.3"
|
||||
version = "0.28.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874"
|
||||
checksum = "94c9651471cd576737671fbf7081edfea43de3e06846dd9bd4e49ea803c9f55f"
|
||||
dependencies = [
|
||||
"android-activity",
|
||||
"bitflags",
|
||||
|
|
|
@ -19,7 +19,7 @@ crossbeam-channel = "0.5.8"
|
|||
futures = "0.3.28"
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
winit = "0.28.3"
|
||||
winit = "0.28.5"
|
||||
|
||||
[dependencies.egui-winit]
|
||||
version = "0.21.1"
|
||||
|
|
Loading…
Reference in New Issue