remove shared code, fix bugs

This commit is contained in:
Vinzenz Schroeter 2024-05-10 12:36:42 +02:00
parent acbe9de219
commit 05c7b4cb71
8 changed files with 119 additions and 37 deletions

View file

@ -12,4 +12,6 @@ winit = { version = "0.30", features = ["rwh_05"] }
log = "0.4"
raw-window-handle = "0.6"
env_logger = "0.11"
pixel-shared-rs = { path = "pixel-shared-rs" }
num = "0.4"
num-derive = "0.4"
num-traits = "0.2"