summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-12-10 15:10:00 -0500
committerLLLL Colonq <llll@colonq>2024-12-10 15:10:00 -0500
commite63685632f5fa560f5ebc8190f670f41d9218879 (patch)
treef2d5720ccc3d011cea58581d393784f85ece111e /Cargo.toml
parentd5a5b454a4670a72826882c6ce4c87d1f597767c (diff)
Native done
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