From a3c6970a50a3c769aebce2bcb17cd9d9febe4354 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 28 Jan 2025 12:05:07 -0500 Subject: Move to GLFW for transparent clickthrough overlay --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a21500d..8f9450b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,6 @@ web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCan [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" -sdl2 = "*" +glfw = { path = "deps/glfw-rs", features = ["serde"] } kira = "0.9.6" -tokio = { version = "*", features = ["full"] } \ No newline at end of file +tokio = { version = "*", features = ["full"] } -- cgit v1.2.3