Cargo Features

gfx_core has no features set by default.

[dependencies]
gfx_core = { version = "0.9.2", features = ["serialize", "unstable", "mint"] }
serialize = serde

Enables serde of draw_state

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.

mint implicit feature

Enables mint

mint:

Math interoperability standard types

serde serialize?