This commit is contained in:
Crispy 2024-04-10 19:04:29 +02:00
commit eca5344c66
10 changed files with 445 additions and 0 deletions

9
encoder/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "encoder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = { version = "0.25.1", default-features = false, features = ["png"] }