Cargo Features

gfx_app has no features set by default.

[dependencies]
gfx_app = { version = "0.9.0", features = ["mint", "glfw", "sdl", "serialize", "headless", "unstable"] }
mint

Enables mint of gfx and gfx_core

glfw = gfx_window_glfw
sdl = gfx_window_sdl
serialize

Enables serialize of gfx and gfx_core

headless

Enables headless of gfx_window_glutin ^0.29

unstable

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.

gfx_window_glfw glfw?
gfx_window_sdl sdl?