From 41586d8cc4bc2084871ae2212fe7042a3848af15 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 3 Feb 2023 15:20:38 -0600 Subject: [PATCH] chore: update gilrs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"