mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02: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]]
|
[[package]]
|
||||||
name = "base16-egui-themes"
|
name = "base16-egui-themes"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"egui",
|
"egui",
|
||||||
"schemars",
|
"schemars",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
komorebi-client = { path = "../komorebi-client" }
|
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"] }
|
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui28"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = { version = "4", features = ["derive", "wrap_help"] }
|
clap = { version = "4", features = ["derive", "wrap_help"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user