From e63685632f5fa560f5ebc8190f670f41d9218879 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 10 Dec 2024 15:10:00 -0500 Subject: Native done --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3