remove Window, fix examples, add logging

This commit is contained in:
Vinzenz Schroeter 2024-05-11 14:41:09 +02:00
parent 40de106f46
commit 27f891cd92
17 changed files with 707 additions and 61 deletions

View file

@ -7,3 +7,4 @@ edition = "2021"
num = "0.4"
num-derive = "0.4"
num-traits = "0.2"
log = "0.4.21"