mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-23 01:49:21 +01:00
chore(deps): bump base16-egui-themes
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user