diff --git a/Cargo.lock b/Cargo.lock index 22eea32e91d..b8db5cdb00a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 2fe3c7c2758..731ae670ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"