Cargo Features

[dependencies]
bytesagent = { version = "0.4.0", default-features = false, features = ["std", "glam", "half"] }
default = std

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

std default

Enables std of optional glam ^0.21.3 and optional half

glam:

enable support for the standard library

Features from optional dependencies

glam implicit feature

Enables glam ^0.21.3

glam:

A simple and fast 3D math library for games and graphics

half implicit feature