Skip to content

Commit

Permalink
Remove patch now that 0.30.5 has landed
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Aug 8, 2024
1 parent c098aee commit b54dd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,8 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "dpi"
version = "0.1.1"
source = "git+https://github.com/rust-windowing/winit.git?branch=kchibisov/release-0305#95bdaa8bdb8edad3eea5fa11d3d9b0b7f84258ee"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"

[[package]]
name = "ecolor"
Expand Down Expand Up @@ -4925,7 +4926,8 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "winit"
version = "0.30.5"
source = "git+https://github.com/rust-windowing/winit.git?branch=kchibisov/release-0305#95bdaa8bdb8edad3eea5fa11d3d9b0b7f84258ee"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67"
dependencies = [
"ahash",
"android-activity",
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ wgpu = { version = "22.0.0", default-features = false, features = [
] }
winit = { version = "0.30.5", default-features = false }

[patch.crates-io]
winit = { git = "https://github.com/rust-windowing/winit.git", branch = "kchibisov/release-0305" }

[workspace.lints.rust]
unsafe_code = "deny"

Expand Down

0 comments on commit b54dd09

Please sign in to comment.