Cargo Features

[dependencies]
micattix = { version = "0.2.0", default-features = false, features = ["console_ui", "ggez_ui"] }
default = console_ui

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

console_ui default

Required by the micattix-console binary

ggez_ui

Enables ggez ^0.8.1

Required by the micattix-ggez binary