Cargo Features

simple-layout has no features set by default.

[dependencies]
simple-layout = { version = "0.0.2", features = ["simulate-example", "env_logger"] }
simulate-example = embedded-graphics-simulator, log

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.

env_logger implicit feature

Enables env_logger ^0.10.1

env_logger:

A logging implementation for log which is configured via an environment variable

embedded-graphics-simulator simulate-example?
log simulate-example?