From 88404dbf3537219ee8056c268fac4122630bb4ab Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 27 May 2022 14:07:33 -0300 Subject: [PATCH] chore: update gilrs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8eb371d..3fa0a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" anyhow = "1.0" bitfield = "0.13" clap = { version = "3.1", features = ["cargo"] } -gilrs = "0.8" +gilrs = "0.9" winit = "0.26" egui = "0.15" wgpu = "0.11"