Cargo Features

[dependencies]
d3_geo_rs = { version = "3.0.1", default-features = false, features = ["web", "wgpu", "console_error_panic_hook"] }
default = web

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

web default

Enables web-sys

Affects path::path2d_endpoint

wgpu

Enables bytemuck and wgpu ^22

Affects path::wgpu

console_error_panic_hook

console_error_panic_hook: - is a development only feature!!
I want to refer to examples/globe/rotating_50m as an example that will show up in documentation.
( as generated by 'cargo doc' )