Cargo Features
Roast2D has no features set by default.
[dependencies]
roast-2d = { version = "0.0.6", features = ["debug_mut", "sdl2-bundled", "sdl2-static-link", "web-debug"] }
- debug_mut
- sdl2-bundled
-
Require SDL2 platform
- sdl2-static-link
-
Enables static-link of sdl2
- web-debug = console_error_panic_hook
-
Require Web platform
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- console_error_panic_hook wasm32 web-debug?