diff --git a/Cargo.toml b/Cargo.toml index bf69081..8db5584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" anyhow = "1.0" bitfield = "0.14" clap = { version = "4.0", features = ["cargo"] } -gilrs = "0.9" +gilrs = "0.10" winit = "0.27" egui = "0.19" wgpu = "0.14"