Cargo Features
[dependencies]
fractl_lib = { version = "0.1.0", default-features = false, features = ["multithread", "gpu", "f32", "f64", "image", "winit"] }
- default = f64
-
The
f64
feature is set by default wheneverfractl_lib
is added without
somewhere in the dependency tree.default-features = false - multithread
-
Enables rayon
- gpu
-
Enables flume, pollster ^0.3, and wgpu and derive of bytemuck
bytemuck:
In v2 we'll fix these names to be more "normal".
Enable deriving the various
bytemuck
traits. - f32
- f64 default
- image
-
Enables image ^0.24
- winit
-
Enables winit ^0.29
fractl_lib has 7 features without comments.