Cargo Features

[dependencies]
ombre = { version = "0.6.7", default-features = false, features = ["color-logging", "glfw"] }
default = color-logging, glfw

These default features are set whenever ombre is added without default-features = false somewhere in the dependency tree.

color-logging default = termcolor

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.

glfw default

Enables glfw ^0.54.0

Affects platform::backend

termcolor color-logging