move a bunch of stuff to shared
This commit is contained in:
parent
4f554bf60b
commit
b56af905a0
4 changed files with 38 additions and 103 deletions
|
@ -5,13 +5,11 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
num = "0.4"
|
||||
num-derive = "0.4"
|
||||
num-traits = "0.2"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
image = "0.25"
|
||||
pixels = "0.13"
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue