diff --git a/Cargo.lock b/Cargo.lock index 3f1a36a..0e62863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,12 +276,6 @@ dependencies = [ "system-deps", ] -[[package]] -name = "atomic_refcell" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31" - [[package]] name = "atspi" version = "0.10.1" @@ -717,12 +711,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" -[[package]] -name = "ecolor" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63" - [[package]] name = "ecolor" version = "0.23.0" @@ -742,8 +730,8 @@ dependencies = [ "bytemuck", "cocoa", "directories-next", - "egui 0.23.0", - "egui-winit 0.23.0", + "egui", + "egui-winit", "egui_glow", "glow", "glutin", @@ -766,18 +754,6 @@ dependencies = [ "winit", ] -[[package]] -name = "egui" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7" -dependencies = [ - "ahash", - "epaint 0.22.0", - "log", - "nohash-hasher", -] - [[package]] name = "egui" version = "0.23.0" @@ -786,26 +762,13 @@ checksum = "8bd69fed5fcf4fbb8225b24e80ea6193b61e17a625db105ef0c4d71dde6eb8b7" dependencies = [ "accesskit", "ahash", - "epaint 0.23.0", + "epaint", "log", "nohash-hasher", "ron", "serde", ] -[[package]] -name = "egui-winit" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a49155fd4a0a4fb21224407a91de0030847972ef90fc64edb63621caea61cb2" -dependencies = [ - "egui 0.22.0", - "instant", - "log", - "raw-window-handle", - "winit", -] - [[package]] name = "egui-winit" version = "0.23.0" @@ -814,7 +777,7 @@ checksum = "c15479a96d9fadccf5dac690bdc6373b97b8e1c0dd28367058f25a5298da0195" dependencies = [ "accesskit_winit", "arboard", - "egui 0.23.0", + "egui", "log", "raw-window-handle", "serde", @@ -831,7 +794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce6726c08798822280038bbad2e32f4fc3cbed800cd51c6e34e99cd2d60cc1bc" dependencies = [ "bytemuck", - "egui 0.23.0", + "egui", "glow", "log", "memoffset", @@ -845,12 +808,6 @@ version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" -[[package]] -name = "emath" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b" - [[package]] name = "emath" version = "0.23.0" @@ -893,22 +850,6 @@ dependencies = [ "syn 2.0.33", ] -[[package]] -name = "epaint" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b" -dependencies = [ - "ab_glyph", - "ahash", - "atomic_refcell", - "ecolor 0.22.0", - "emath 0.22.0", - "log", - "nohash-hasher", - "parking_lot", -] - [[package]] name = "epaint" version = "0.23.0" @@ -918,8 +859,8 @@ dependencies = [ "ab_glyph", "ahash", "bytemuck", - "ecolor 0.23.0", - "emath 0.23.0", + "ecolor", + "emath", "log", "nohash-hasher", "parking_lot", @@ -3177,8 +3118,7 @@ name = "xrpicker-gui" version = "2.2.0" dependencies = [ "eframe", - "egui-winit 0.22.0", - "egui-winit 0.23.0", + "egui-winit", "image", "itertools", "rfd",