Cargo Features

[dependencies]
catgirl-engine = { version = "0.12.52", default-features = false, features = ["client", "server", "tracing-subscriber", "appimage", "no_lint"] }
default = client, server

Features which are enabled by default

client default appimage?

Enables the client side code

Enables catgirl-engine-client

Affects catgirl-engine::android_main

server default

Enables the server side code

Enables catgirl-engine-server

tracing-subscriber

Modifies the logging output format

Enables tracing-subscriber

appimage

Used to enable AppImage specific features

Enables appimage of catgirl-engine-client and catgirl-engine-utils

no_lint

Tells rust-analyzer to can it with false warnings when workspace config is used

Enables no_lint of catgirl-engine-utils