Load custom bat theme assets

This commit is contained in:
David Tolnay 2024-10-23 22:53:30 -07:00
parent 497a5a94f6
commit 09f73c8182
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
7 changed files with 117 additions and 5 deletions

14
Cargo.lock generated
View file

@ -184,10 +184,13 @@ dependencies = [
"cargo-subcommand-metadata",
"clap",
"console",
"etcetera",
"fs-err",
"home",
"prettyplease",
"proc-macro2",
"quote",
"semver",
"serde",
"shlex",
"syn",
@ -343,6 +346,17 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
[[package]]
name = "fancy-regex"
version = "0.11.0"