Load and save image files

This commit is contained in:
2022-04-28 13:09:38 -05:00
parent e844a5f005
commit 08b19bf2c6
3 changed files with 838 additions and 18 deletions

View File

@@ -8,4 +8,6 @@ edition = "2021"
fltk = "1.3.6"
serde = "1.0.136"
serde_json = "1.0.79"
bson = "2.2.0"
bson = "2.2.0"
zip = "0.6.2"
image = "0.24.2"