diff --git a/Cargo.lock b/Cargo.lock index ce9b7f7..0ada4cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ "bevy_winit", "bytemuck", "crossbeam-channel", - "egui", + "egui 0.29.1", "encase", "js-sys", "log", @@ -1967,7 +1967,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "775cfde491852059e386c4e1deb4aef381c617dc364184c6f6afee99b87c402b" dependencies = [ "bytemuck", - "emath", + "emath 0.29.1", +] + +[[package]] +name = "ecolor" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d72e9c39f6e11a2e922d04a34ec5e7ef522ea3f5a1acfca7a19d16ad5fe50f5" +dependencies = [ + "emath 0.30.0", ] [[package]] @@ -1977,9 +1986,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53eafabcce0cb2325a59a98736efe0bf060585b437763f8c476957fb274bb974" dependencies = [ "ahash", - "emath", - "epaint", + "emath 0.29.1", + "epaint 0.29.1", + "nohash-hasher", +] + +[[package]] +name = "egui" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "252d52224d35be1535d7fd1d6139ce071fb42c9097773e79f7665604f5596b5e" +dependencies = [ + "ahash", + "emath 0.30.0", + "epaint 0.30.0", "nohash-hasher", + "profiling", ] [[package]] @@ -1989,19 +2011,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fe4e3414481dea5ed59fdfa88f2e00b6ea60fbe758ca7a8636d0dbed93ab9cf" dependencies = [ "duplicate", - "egui", + "egui 0.29.1", "paste", ] [[package]] name = "egui_plot" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8dca4871c15d51aadb79534dcf51a8189e5de3426ee7b465eb7db9a0a81ea67" +checksum = "c226cae80a6ee10c4d3aaf9e33bd9e9b2f1c0116b6036bdc2a1cfc9d2d0dcc10" dependencies = [ "ahash", - "egui", - "emath", + "egui 0.30.0", + "emath 0.30.0", ] [[package]] @@ -2019,6 +2041,12 @@ dependencies = [ "bytemuck", ] +[[package]] +name = "emath" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4fe73c1207b864ee40aa0b0c038d6092af1030744678c60188a05c28553515d" + [[package]] name = "encase" version = "0.10.0" @@ -2060,13 +2088,28 @@ dependencies = [ "ab_glyph", "ahash", "bytemuck", - "ecolor", - "emath", + "ecolor 0.29.1", + "emath 0.29.1", "epaint_default_fonts", "nohash-hasher", "parking_lot", ] +[[package]] +name = "epaint" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5666f8d25236293c966fbb3635eac18b04ad1914e3bab55bc7d44b9980cafcac" +dependencies = [ + "ab_glyph", + "ahash", + "ecolor 0.30.0", + "emath 0.30.0", + "nohash-hasher", + "parking_lot", + "profiling", +] + [[package]] name = "epaint_default_fonts" version = "0.29.1" @@ -4178,7 +4221,7 @@ dependencies = [ "bevy_flycam", "bevy_meshem", "bevy_render", - "egui", + "egui 0.29.1", "egui_dock", "egui_plot", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 3a5d18d..3126d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ bevy_meshem = { git = "https://github.com/TheFelidae/Meshem.git", rev = "0bc7f88 rayon = "1.5.1" bevy_egui = "0.31.1" egui = "*" -egui_plot = "0.29" +egui_plot = "0.30" egui_dock = "0.14" humantime = "2.1" \ No newline at end of file