Cargo Features

[dependencies]
metaverse_session = { version = "0.1.2", default-features = false, features = ["environment"] }

allow for compiling a barebones viewer

default = environment

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

environment default

allow for compiling the viewer without any environment rendering

Enables metaverse_environment