Added fruit example to show a more recognizable image for debugging

This commit is contained in:
David Johnson 2022-01-18 22:07:17 -06:00
parent b5573de387
commit a23b7f9876
4 changed files with 45 additions and 1 deletions

View file

@ -17,4 +17,5 @@ x11-dl = "2.19.1"
winapi = "0.3.9"
[dev-dependencies]
winit = "0.26.1"
winit = "0.26.1"
image = "0.23.14"