the aliasing svg renderer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e838b6e..6d2864f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,9 +8,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive"] }
+comat = "0.1.3"
fimg = "0.4.16"
+humantime = "2.1.0"
+log = "0.4.20"
tiny-skia-path = "0.11.2"
usvg = { version = "0.36.0", default-features = false }
+vecto = "0.1.1"
[profile.release]
debug = 2