summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-02-08 14:28:16 +0100
committerAgathe Porte <microjoe@microjoe.org>2020-02-08 14:28:16 +0100
commit9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4 (patch)
tree9d407e0c951d04578afc442723563d5cc78c7cb3 /Cargo.toml
parent61a61f3907e802f0be9bc0039a84ebaabba7b372 (diff)
downloadcharlcd-9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4.tar.gz
charlcd-9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4.zip
add width and height support (hack)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f673b77..4bd4096 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+byteorder = "1.*"