diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-02-08 14:28:16 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-02-08 14:28:16 +0100 |
commit | 9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4 (patch) | |
tree | 9d407e0c951d04578afc442723563d5cc78c7cb3 /Cargo.toml | |
parent | 61a61f3907e802f0be9bc0039a84ebaabba7b372 (diff) | |
download | charlcd-9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4.tar.gz charlcd-9b1f700dc54cd1eb6dc73e3260b2c284ec91cca4.zip |
add width and height support (hack)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.*" |