Cargo Features
[dependencies]
orbtk-shell = { version = "0.3.1-alpha3", default-features = false, features = ["pfinder", "log", "minifb", "spin_sleep"] }
- default = minifb, spin_sleep
-
These default features are set whenever
orbtk-shell
is added without
somewhere in the dependency tree.default-features = false Affects
orbtk-shell::platform
… - pfinder = euclid, font-kit, gl, glutin, pathfinder_color, pathfinder_geometry, pathfinder_gl, pathfinder_renderer, pathfinder_resources
-
Affects
orbtk-shell::platform
… - log
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.
- euclid not wasm32 pfinder?
-
Enables euclid ^0.20.11
- font-kit not wasm32 pfinder?
-
Enables font-kit ^0.6
- gl not wasm32 pfinder?
- glutin not wasm32 pfinder?
-
Enables glutin ^0.24
- minifb not wasm32 default
-
Enables minifb ^0.17
- pathfinder_color not wasm32 pfinder?
- pathfinder_geometry not wasm32 pfinder?
- pathfinder_gl not wasm32 pfinder?
- pathfinder_renderer not wasm32 pfinder?
- pathfinder_resources not wasm32 pfinder?
- spin_sleep not wasm32 default