Cargo Features
Glapp has no features set by default.
[dependencies]
glapp = { version = "0.1.3", features = ["sdl", "glutin"] }
- sdl
-
Enables sdl of glapp-macros and sdl2 ^0.35.2
SDL deps
Affects
glapp::app_window_sdl
… - glutin
-
Enables glutin of glapp-macros and glutin ^0.30.7, glutin-winit ^0.3.0, raw-window-handle ^0.5.2, and winit ^0.28.3
glutin:
Glutin deps
Affects
glapp::app_window_glutin
…