diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-10 15:10:00 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-10 15:10:00 -0500 |
| commit | e63685632f5fa560f5ebc8190f670f41d9218879 (patch) | |
| tree | f2d5720ccc3d011cea58581d393784f85ece111e /Cargo.toml | |
| parent | d5a5b454a4670a72826882c6ce4c87d1f597767c (diff) | |
Native done
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
