 c313e21d65
			
		
	
	
		c313e21d65
		
	
	
	
	
		
			
			# Objective - Update `wgpu` to 0.14.0, `naga` to `0.10.0`, `winit` to 0.27.4, `raw-window-handle` to 0.5.0, `ndk` to 0.7. ## Solution --- ## Changelog ### Changed - Changed `RawWindowHandleWrapper` to `RawHandleWrapper` which wraps both `RawWindowHandle` and `RawDisplayHandle`, which satisfies the `impl HasRawWindowHandle and HasRawDisplayHandle` that `wgpu` 0.14.0 requires. - Changed `bevy_window::WindowDescriptor`'s `cursor_locked` to `cursor_grab_mode`, change its type from `bool` to `bevy_window::CursorGrabMode`. ## Migration Guide - Adjust usage of `bevy_window::WindowDescriptor`'s `cursor_locked` to `cursor_grab_mode`, and adjust its type from `bool` to `bevy_window::CursorGrabMode`.
		
			
				
	
	
		
			60 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [advisories]
 | |
| db-path = "~/.cargo/advisory-db"
 | |
| db-urls = ["https://github.com/rustsec/advisory-db"]
 | |
| vulnerability = "deny"
 | |
| unmaintained = "deny"
 | |
| yanked = "deny"
 | |
| notice = "deny"
 | |
| ignore = [
 | |
|     "RUSTSEC-2020-0056", # from gilrs v0.8.1 - unmaintained - https://github.com/koute/stdweb/issues/403
 | |
|     "RUSTSEC-2021-0139" # from ansi_term v0.12.1 - unmaintained - https://github.com/ogham/rust-ansi-term/issues/72
 | |
| ]
 | |
| 
 | |
| [licenses]
 | |
| unlicensed = "deny"
 | |
| copyleft = "deny"
 | |
| allow = [
 | |
|     "MIT",
 | |
|     "MIT-0",
 | |
|     "Apache-2.0",
 | |
|     "BSD-3-Clause",
 | |
|     "ISC",
 | |
|     "Zlib",
 | |
|     "0BSD",
 | |
|     "BSD-2-Clause",
 | |
|     "CC0-1.0",
 | |
| ]
 | |
| exceptions = [
 | |
|     { name = "unicode-ident", allow = ["Unicode-DFS-2016"] },
 | |
| ]
 | |
| default = "deny"
 | |
| 
 | |
| [bans]
 | |
| multiple-versions = "deny"
 | |
| wildcards = "deny"
 | |
| highlight = "all"
 | |
| # Certain crates/versions that will be skipped when doing duplicate detection.
 | |
| skip = [
 | |
|     { name = "ndk-sys", version = "0.3" },               # from rodio v0.16.0
 | |
|     { name = "ndk", version = "0.6" },                   # from rodio v0.16.0
 | |
|     { name = "raw-window-handle", version = "0.4" },     # from winit v0.27.4
 | |
|     { name = "nix", version = "0.23.1" },                # from alsa v0.6.0
 | |
|     { name = "windows_aarch64_msvc", version = "0.36" }, # from notify v5.0.0
 | |
|     { name = "windows_i686_gnu", version = "0.36" },     # from notify v5.0.0
 | |
|     { name = "windows_i686_msvc", version = "0.36" },    # from notify v5.0.0
 | |
|     { name = "windows_x86_64_gnu", version = "0.36" },   # from notify v5.0.0
 | |
|     { name = "windows_x86_64_msvc", version = "0.36" },  # from notify v5.0.0
 | |
|     { name = "windows-sys", version = "0.36" },          # from notify v5.0.0
 | |
|     { name = "windows_aarch64_msvc", version = "0.37" }, # from rodio v0.16.0
 | |
|     { name = "windows_i686_gnu", version = "0.37" },     # from rodio v0.16.0
 | |
|     { name = "windows_i686_msvc", version = "0.37" },    # from rodio v0.16.0
 | |
|     { name = "windows_x86_64_gnu", version = "0.37" },   # from rodio v0.16.0
 | |
|     { name = "windows_x86_64_msvc", version = "0.37" },  # from rodio v0.16.0
 | |
| ]
 | |
| 
 | |
| [sources]
 | |
| unknown-registry = "deny"
 | |
| unknown-git = "deny"
 | |
| allow-registry = ["https://github.com/rust-lang/crates.io-index"]
 | |
| allow-git = []
 |