diff --git a/Cargo.toml b/Cargo.toml index da006cb..a1c364c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ eframe = { version = "0.24", default-features = false, features = [ "default_fonts", "glow", ] } -egui-phosphor = "0.3.0" +egui-phosphor = { git = "https://github.com/ItsEthra/egui-phosphor", branch = "egui-24" }