Cargo Features

[dependencies]
fireplace_lib = { version = "3.0.2", default-features = false, features = ["conrod_ui", "gl", "graphics", "render", "static"] }
default = conrod_ui, static

These default features are set whenever fireplace_lib is added without default-features = false somewhere in the dependency tree.

conrod_ui default = conrod, font-loader, graphics

Affects output::UiConfig.background, output::UiConfig.statusbar, render::conrod, bsp::BSP, bsp::BSPConfig.ui, bsp::Ui, coordinates::x_wlc_to_conrod, coordinates::y_wlc_to_conrod

gl graphics? = egli, opengles_graphics, render
graphics conrod_ui = gl, piston-texture, piston2d-graphics
render gl? = chrono, image

Enables render of wlc

Affects handlers::render

static default

Enables static of wlc

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.

chrono render?

Enables chrono ^0.3

conrod conrod_ui

Enables conrod ^0.51

egli gl?

Enables egli ^0.2.1

font-loader conrod_ui

Enables font-loader ~0.1.4

image render?

Enables image ^0.12.1

opengles_graphics gl?

Enables opengles_graphics =0.1.0

piston-texture graphics?

Enables piston-texture ^0.5

piston2d-graphics graphics?

Enables piston2d-graphics ^0.20