diff --git a/Cargo.toml b/Cargo.toml index a005e90..2266a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,17 +33,17 @@ strip = false [dependencies] parsing = { path = "./parsing" } -eframe = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false, features = [ +eframe = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [ "glow", ] } -egui = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false, features = [ +egui = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [ "serde", ] } -epaint = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false , features = [ +epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false , features = [ "bytemuck", ] } -emath = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false } -egui_plot = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false } +emath = { git = "https://github.com/titaniumtown/egui.git", default-features = false } +egui_plot = { git = "https://github.com/emilk/egui_plot.git", default-features = false } @@ -63,10 +63,10 @@ benchmarks = { path = "./benchmarks" } [build-dependencies] shadow-rs = "0.12" -epaint = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false, features = [ +epaint = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [ "bytemuck", ] } -egui = { git = "https://github.com/titaniumtown/egui.git", rev = "b088efb9fa917845ecb54729a0d2fc592d2399e7", default-features = false, features = [ +egui = { git = "https://github.com/titaniumtown/egui.git", default-features = false, features = [ "serde", ] } bincode = "1.3" diff --git a/flake.nix b/flake.nix index 5b8da5e..165a1d0 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,8 @@ cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "ecolor-0.25.0" = "sha256-9s5LCngwvIIL43txT6sBs4JlRXqmYt1Kw8hlDnwx+DI="; + "ecolor-0.33.2" = "sha256-bnINg9ecm4PYddNO87W6o9p4IHLx/r4/YbMIwh2m2fA="; + "egui_plot-0.34.0" = "sha256-CfqrpAnLNcB3StuZ9YSDTWih8OUVEa9SJi9RwS1i4ok="; }; };