embed kill icons

This commit is contained in:
Robin Appelman 2023-11-24 19:52:59 +01:00
commit 0ab24ead47
262 changed files with 72 additions and 4 deletions

20
Cargo.lock generated
View file

@ -1062,6 +1062,7 @@ dependencies = [
"demostf-build",
"hyper",
"hyperlocal",
"include_dir",
"itertools",
"maud",
"quick-xml",
@ -1469,6 +1470,25 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "include_dir"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "indexmap"
version = "1.9.3"