summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ea5ef3..1f5db5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,5 @@ web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCan
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "*"
-winit = { version = "0.29", features = ["x11", "rwh_05"], default-features = false } # windowing and events
-raw-window-handle = { version = "0.5" } # get window handle
-glutin = { version = "0.31" } # obtain opengl context
-glutin-winit = { version = "0.4" } # obtain opengl context \ No newline at end of file
+sdl2 = "*"
+kira = "*" \ No newline at end of file