Cargo Features

wgpu-3dgs-viewer has no features set by default.

[dependencies]
wgpu-3dgs-viewer = { version = "0.1.0", features = ["bin-simple", "bin-selection", "query-cursor", "query-toolset", "query-tool", "query-texture", "query-texture-tool", "query-texture-overlay"] }
bin-simple

Enables clap, env_logger, futures, and winit

Required by the simple-wgpu-3dgs-viewer binary

bin-selection = query-cursor, query-texture-overlay, query-toolset

Enables clap, env_logger, futures, and winit

Required by the selection-wgpu-3dgs-viewer binary

query-cursor bin-selection?

Affects misc::QueryCursorBuffer, misc::QueryCursorPod, wgpu-3dgs-viewer::query_cursor

query-toolset bin-selection? = query-texture-tool, query-tool

Affects wgpu-3dgs-viewer::query_toolset

query-tool query-toolset?
query-texture query-texture-overlay? query-texture-tool?

Affects texture::QueryTexture, wgpu-3dgs-viewer::Viewer.query_texture

query-texture-tool query-toolset? = query-texture
query-texture-overlay bin-selection? = query-texture