diff options
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 |
