basic conversion thing do worky!!!

This commit is contained in:
Schrottkatze 2024-01-01 07:30:04 +01:00
commit b92977d8f1
13 changed files with 680 additions and 14 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { workspace = true, features = [ "derive" ] }
image = "0.24"
rpl = { path = "../rpl" }