This commit is contained in:
nora 2023-04-18 15:05:12 +02:00
parent 7b98a4c423
commit 5698c511d6
2 changed files with 0 additions and 13 deletions

12
Cargo.lock generated
View file

@ -84,7 +84,6 @@ version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
@ -215,17 +214,6 @@ version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "syn"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "ttf-parser"
version = "0.18.1"