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 whenever fractl_lib is added without default-features = false somewhere in the dependency tree.

multithread

Enables rayon

gpu

Enables flume, pollster, and wgpu ^0.18 and derive of bytemuck

bytemuck:

In v2 we'll fix these names to be more "normal".

f32
f64 default
image

Enables image ^0.24

winit

Enables winit ^0.29

fractl_lib has 7 features without comments.