Cargo Features
[dependencies]
dvcompute = { version = "2.0.0", default-features = false, features = ["seq_mode", "wasm_mode"] }
- default = seq_mode
-
The
seq_mode
feature is set by default wheneverdvcompute
is added without
somewhere in the dependency tree.default-features = false - seq_mode default
-
Enables seq_mode of dvcompute_rand
Affects
event::EventRepr
,event_queue::EventQueue
,point::Point.run
,run::Run
,simulation::Simulation.run
,simulation::Simulation.run_by_index
… - wasm_mode
-
Enables wasm_mode of dvcompute_rand
Affects
event::EventRepr
,event_queue::EventQueue
,point::Point.run
,run::Run
,simulation::Simulation.run
,simulation::Simulation.run_by_index
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.