Remove patches no longer needed

This commit is contained in:
Mike Dilger 2024-08-11 08:48:43 +12:00
parent e4015f7375
commit 8aca79ba71
2 changed files with 0 additions and 11 deletions

5
Cargo.lock generated
View File

@ -7231,8 +7231,3 @@ dependencies = [
"quote",
"syn 1.0.109",
]
[[patch.unused]]
name = "sdl2"
version = "0.36.0"
source = "git+https://github.com/Rust-SDL2/rust-sdl2?rev=f2f1e29a416bcc22f2faf411866db2c8d9536308#f2f1e29a416bcc22f2faf411866db2c8d9536308"

View File

@ -5,12 +5,6 @@ members = [
]
resolver = "2"
[patch.crates-io]
# override egui crate for egui_video dependency
egui = { git = "https://github.com/bu5hm4nn/egui", rev = "f40370c48ae2e07d2bc1d7ec33d094d29dc34e70" }
# Use the master branch of SDL2 to include a fix related to clang (and XCode after 14.2)
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2", rev = "f2f1e29a416bcc22f2faf411866db2c8d9536308" }
# When compiling gossip crates themselves (in 'dev' mode), optimize a little bit
# (for fast compiles of our changes)
[profile.dev]