Cargo Features
[dependencies]
galileo = { version = "0.1.1", default-features = false, features = ["wgpu", "geojson", "winit", "serde"] }
- default = serde, wgpu, winit
-
These default features are set whenever
galileo
is added without
somewhere in the dependency tree.default-features = false - wgpu default = raw-window-handle
-
Enables wgpu
- geojson
-
Enables geojson, geojson of galileo-types
- _tests
-
Used to provide some fixtures for doctests
Affects
layer::TestLayer
…
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.
- winit default
-
Enables winit ^0.29
Affects
galileo::winit
… - serde default
- raw-window-handle wgpu
-
Enables raw-window-handle ^0.5