summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-02-08 14:28:16 +0100
committerRomain Porte <microjoe@microjoe.org>2020-02-08 14:28:16 +0100
commit5b4b95fc25d92615fe2555cac0d53c425e5201b0 (patch)
treef17c74b1187d03edc8a030200ce107f5321f997e /Cargo.toml
parent7be6f770263b4a3bbaab32ab4aa7d88ca43089fa (diff)
downloadcharlcd-5b4b95fc25d92615fe2555cac0d53c425e5201b0.tar.gz
charlcd-5b4b95fc25d92615fe2555cac0d53c425e5201b0.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 2c6276c..3c7837b 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.*"