Somewhat working version

This commit is contained in:
2020-05-22 23:35:56 +02:00
parent f04b969afb
commit dd614b922a
7 changed files with 256 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "rpi-rust-test"
name = "helms-display"
version = "0.1.0"
authors = ["Jakob Dalsgaard <jakob@dalsgaard.net>"]
edition = "2018"
@@ -11,4 +11,7 @@ rppal = "0.11.3"
image = "*"
imageproc = "*"
arrayref = "*"
euclid = "*"
xml-rs = "0.8"
text_io = "0.1.8"