the aliasing svg renderer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |