Use log to reduce prints

This commit is contained in:
Jeremy Soller 2022-10-12 13:59:23 -06:00
parent 419f2dc612
commit a1d4553a17
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,7 @@ publish = false
[dependencies]
ab_glyph = { version = "0.2", optional = true }
fontdb = "0.9"
log = "0.4"
orbclient = "0.3"
memmap2 = "0.5"
rusttype = { version = "0.9", optional = true }