Cargo Features
msdfgen-sys has no features set by default.
[dependencies]
msdfgen-sys = { version = "0.2.1", features = ["update-bindings", "shared", "static", "libcxx", "stdcxx-static", "rustdoc"] }
- update-bindings = bindgen
-
build and link shared library
- static
-
build and link static library
- libcxx
-
link libc++ instead of libstdc++
- stdcxx-static
-
link static libstdc++/libc++
- rustdoc
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.
- bindgen build update-bindings?
-
Enables bindgen ^0.63