Cargo Features

msdfgen-lib has no features set by default.

[dependencies]
msdfgen-lib = { version = "0.1.0", features = ["shared", "libcxx", "stdcxx-static", "rustdoc"] }
shared

build and link shared library instead of static

libcxx

link libc++ instead of libstdc++

stdcxx-static

link static libstdc++/libc++

rustdoc