chore(deps): bump base16-egui-themes

This commit is contained in:
LGUG2Z
2024-09-14 12:10:35 -07:00
parent 8b62a820c8
commit d0b9e8059d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"] }