Cargo Features
[dependencies]
libvnc = { version = "0.1.3", default-features = false, features = ["pkg"] }
- default = pkg
-
The
pkg
feature is set by default wheneverlibvnc
is added without
somewhere in the dependency tree.default-features = false - pkg default
-
Enables pkg of libvnc-sys
libvnc-sys:
Build from libvncserver package
libvnc has 2 features without comments.