This crate provides bundled msdfgen library for using with msdfgen crate.
You can simply add this as dependency to your manifest:
```toml [dependencies] msdfgen = "^0.1"
msdfgen-lib = "^0.1" ```
Next you should say compiler that you want to use that crate:
```rust // Either in traditional manner extern crate msdfgen_lib;
// Or in Rust2018 manner use msdfgen_lib as _; ```
You can apply some customizations to library using those features: