Cargo Features
[dependencies]
smpl-gloss-integration = { version = "0.5.4", default-features = false, features = ["with-gui"] }
- default = with-gui
-
The
with-gui
feature is set by default wheneversmpl-gloss-integration
is added without
somewhere in the dependency tree.default-features = false - with-gui default
-
Enables egui ^0.29 and with-gui of gloss-renderer
Workspace third-party
Affects
systems::smpl_params_gui
,systems::smpl_betas_gui
,systems::smpl_expression_gui
,systems::smpl_anim_scroll_gui
,systems::smpl_hand_pose_gui
,systems::smpl_event_dropfile
…