summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-03-02 15:45:01 +0100
committerLaurenz <laurmaedje@gmail.com>2021-03-02 15:45:01 +0100
commit45abcf6b2bc247c8c0cba79eb1b0bc36a5d1df43 (patch)
tree3dc454557219d08176d14af052a1c8c68ea82ec0 /Cargo.toml
parent36adbe4b80e57613244adb87301c81c0a23f67f7 (diff)
Remove dependencies on itoa and ryu ⬇️
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b6989cc..89bfe4de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,10 +15,8 @@ fs = ["fontdock/fs"]
[dependencies]
fontdock = { path = "../fontdock", default-features = false }
image = { version = "0.23", default-features = false, features = ["jpeg", "png"] }
-itoa = "0.4"
miniz_oxide = "0.3"
pdf-writer = { path = "../pdf-writer" }
-ryu = "1.0"
ttf-parser = "0.8.2"
unicode-xid = "0.2"
anyhow = { version = "1", optional = true }