diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-28 12:05:07 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-28 12:06:04 -0500 |
| commit | a3c6970a50a3c769aebce2bcb17cd9d9febe4354 (patch) | |
| tree | 1f1d2940997b9fd5d326b7eb10dcff84c9a7e754 /Cargo.toml | |
| parent | 39a0ff935e6298193188d8569ae3cbb96807f34c (diff) | |
Move to GLFW for transparent clickthrough overlay
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |
