A bunch more theme stuff

This commit is contained in:
Gregory Schier
2024-05-22 23:14:53 -07:00
parent 83aaeb94f6
commit 8e662e6feb
61 changed files with 8374 additions and 530 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -2350,6 +2350,15 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex_color"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37f101bf4c633f7ca2e4b5e136050314503dd198e78e325ea602c327c484ef0"
dependencies = [
"rand 0.8.5",
]
[[package]]
name = "hkdf"
version = "0.12.3"
@@ -7650,6 +7659,7 @@ dependencies = [
"cocoa",
"datetime",
"grpc",
"hex_color",
"http 0.2.10",
"log",
"objc",
@@ -7674,6 +7684,7 @@ dependencies = [
"tokio",
"tokio-stream",
"uuid",
"windows 0.56.0",
]
[[package]]