From fb0b17bea9046002b59b08d16027c16f40a18aa2 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Tue, 16 Jul 2024 10:35:32 +0800 Subject: [PATCH] Use upstream src --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5ca42e..3b4bcd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,10 +1285,10 @@ dependencies = [ [[package]] name = "ecolor" version = "0.28.1" -source = "git+https://github.com/AurevoirXavier/egui?branch=master_#aa25a934d7eb0f746c2c555c9efcc792fbe6cc5b" +source = "git+https://github.com/emilk/egui?branch=master#b2d74eaef603324ff2e471f4706ba0f8765b5431" dependencies = [ "bytemuck", - "emath 0.28.1 (git+https://github.com/AurevoirXavier/egui?branch=master_)", + "emath 0.28.1 (git+https://github.com/emilk/egui?branch=master)", "serde", ] @@ -1333,12 +1333,12 @@ dependencies = [ [[package]] name = "egui" version = "0.28.1" -source = "git+https://github.com/AurevoirXavier/egui?branch=master_#aa25a934d7eb0f746c2c555c9efcc792fbe6cc5b" +source = "git+https://github.com/emilk/egui?branch=master#b2d74eaef603324ff2e471f4706ba0f8765b5431" dependencies = [ "accesskit", "ahash", - "emath 0.28.1 (git+https://github.com/AurevoirXavier/egui?branch=master_)", - "epaint 0.28.1 (git+https://github.com/AurevoirXavier/egui?branch=master_)", + "emath 0.28.1 (git+https://github.com/emilk/egui?branch=master)", + "epaint 0.28.1 (git+https://github.com/emilk/egui?branch=master)", "log", "nohash-hasher", "ron", @@ -1433,7 +1433,7 @@ dependencies = [ [[package]] name = "emath" version = "0.28.1" -source = "git+https://github.com/AurevoirXavier/egui?branch=master_#aa25a934d7eb0f746c2c555c9efcc792fbe6cc5b" +source = "git+https://github.com/emilk/egui?branch=master#b2d74eaef603324ff2e471f4706ba0f8765b5431" dependencies = [ "bytemuck", "serde", @@ -1536,13 +1536,13 @@ dependencies = [ [[package]] name = "epaint" version = "0.28.1" -source = "git+https://github.com/AurevoirXavier/egui?branch=master_#aa25a934d7eb0f746c2c555c9efcc792fbe6cc5b" +source = "git+https://github.com/emilk/egui?branch=master#b2d74eaef603324ff2e471f4706ba0f8765b5431" dependencies = [ "ab_glyph", "ahash", "bytemuck", - "ecolor 0.28.1 (git+https://github.com/AurevoirXavier/egui?branch=master_)", - "emath 0.28.1 (git+https://github.com/AurevoirXavier/egui?branch=master_)", + "ecolor 0.28.1 (git+https://github.com/emilk/egui?branch=master)", + "emath 0.28.1 (git+https://github.com/emilk/egui?branch=master)", "log", "nohash-hasher", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index c86b85f..780f810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,4 @@ winapi = { version = "0.3" } # async-openai = { path = "tmp/async-openai/async-openai" } # egui = { path = "tmp/egui/crates/egui" } # TODO: https://github.com/emilk/egui/pull/4823. -egui = { git = "https://github.com/AurevoirXavier/egui", branch = "master_" } +egui = { git = "https://github.com/emilk/egui", branch = "master" }