Cargo Features

[dependencies]
graphics = { version = "0.0.0", default-features = false, features = ["f32", "f64", "wolfram_wxf", "serde", "rand"] }
default = f32

The f32 feature is set by default whenever graphics is added without default-features = false somewhere in the dependency tree.

f32 default
f64

Features from optional dependencies

wolfram_wxf implicit feature

Enables wolfram_wxf ^0.6.0

wolfram_wxf:

Convert a value to the Wolfram Language WXF format

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

rand implicit feature

Enables rand

rand:

Random number generators and other randomness functionality