Cargo Features
[dependencies]
cudarse-npp-sys = { version = "0.1.0", default-features = false, features = ["static", "ial", "icc", "idei", "if", "ig", "ist", "isu"] }
- default = static
-
The
static
feature is set by default whenevercudarse-npp-sys
is added without
somewhere in the dependency tree.default-features = false - static default
-
Static linking against cuda libraries
- ial
-
Image Arithmetic and Logical operations
- icc
-
Image color conversion
- idei
-
Image data exchange and initialization
- if
-
Image filtering
- ig
-
Image geometric transforms (resize, transforms)
- ist
-
Image statistics
- isu
-
Image support functions (malloc & free)