Cleaned up dependencies
This commit is contained in:
parent
5c321ea9e6
commit
c8b4d709d0
1445
Cargo.lock
generated
1445
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
26
Cargo.toml
26
Cargo.toml
@ -11,33 +11,19 @@ winit = "0.30.9"
|
||||
pollster = "0.4.0"
|
||||
|
||||
clap = { version = "4.5.34", features = ["derive"] }
|
||||
eframe = "0.31.1"
|
||||
env_logger = "0.11.7"
|
||||
image = "0.25.6"
|
||||
|
||||
itertools = "0.12"
|
||||
memmap2 = "0.9.5"
|
||||
minifb = "0.28.0"
|
||||
rexiv2 = "0.10.0"
|
||||
threadpool = "1.8.1"
|
||||
tokio = { version = "1.44.1", features = ["sync"] }
|
||||
tracing-subscriber = "0.3"
|
||||
wgpu = "24.0.3"
|
||||
image = "0.25.6"
|
||||
zune-image = {version = "0.4.15", features = ["all"]}
|
||||
bytemuck = "1.22.0"
|
||||
libheif-rs = "1.1.0"
|
||||
jpegxl-rs = "0.11.2"
|
||||
|
||||
itertools = "0.12"
|
||||
rexiv2 = "0.10.0"
|
||||
threadpool = "1.8.1"
|
||||
bytemuck = "1.22.0"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
debug-assertions = false
|
||||
overflow-checks = false
|
||||
lto = false
|
||||
panic = 'unwind'
|
||||
incremental = false
|
||||
codegen-units = 32
|
||||
rpath = false
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
@ -668,7 +668,7 @@ impl ApplicationHandler for App {
|
||||
}
|
||||
WindowEvent::RedrawRequested => {
|
||||
self.handle_redraw();
|
||||
let (events, keys_down, pointer) = self
|
||||
let (events, _keys_down, pointer) = self
|
||||
.state
|
||||
.as_ref()
|
||||
.unwrap()
|
||||
|
Loading…
x
Reference in New Issue
Block a user