Cargo Features

[dependencies]
ssimulacra2-cuda = { version = "0.1.0", default-features = false, features = ["static"] }
default = static

The static feature is set by default whenever ssimulacra2-cuda is added without default-features = false somewhere in the dependency tree.

static default

Static linking against cuda libraries

Enables static of cudarse-driver and cudarse-npp