diff options
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"] } |
