Cargo Features

[dependencies]
app-surface = { version = "1.5.3", default-features = false, features = ["cargo-clippy", "webgl", "mac_catalyst", "winit", "web_rwh", "web-sys", "wasm-bindgen"] }
default = winit

The winit feature is set by default whenever app-surface is added without default-features = false somewhere in the dependency tree.

cargo-clippy
webgl

Enables webgl of wgpu

wgpu:

Enables the GLES backend on Wasm

* ⚠️ WIP: Currently will also enable GLES dependencies on any other targets.

mac_catalyst
winit default

Enables winit

web_rwh

Use Canvas / OffscreenCanvas + raw-window-handle directly on the web, no need for winit

Features from optional dependencies

web-sys implicit feature

Enables web-sys

web-sys:

Bindings for all Web APIs, a procedurally generated crate from WebIDL

wasm-bindgen implicit feature

Enables wasm-bindgen

wasm-bindgen:

Easy support for interacting between JS and Rust