diff --git a/Cargo.lock b/Cargo.lock index cb72cf646..64a73abd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "base16-egui-themes" version = "0.1.0" -source = "git+https://github.com/LGUG2Z/base16-egui-themes#0dc75d5b136c479703290cac5285a2428958a075" +source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=a2c48f45782c5604bf5482d3873021a9fe45ea1a#a2c48f45782c5604bf5482d3873021a9fe45ea1a" dependencies = [ "egui", "schemars", diff --git a/komorebi-bar/Cargo.toml b/komorebi-bar/Cargo.toml index f2a90f9f9..2e8ae2800 100644 --- a/komorebi-bar/Cargo.toml +++ b/komorebi-bar/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] komorebi-client = { path = "../komorebi-client" } -base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes" } +base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "a2c48f45782c5604bf5482d3873021a9fe45ea1a" } catppuccin-egui = { version = "5.1", default-features = false, features = ["egui28"] } chrono = "0.4" clap = { version = "4", features = ["derive", "wrap_help"] }