| Crates.io | msdfgen-lib |
| lib.rs | msdfgen-lib |
| version | 0.1.0 |
| created_at | 2020-02-26 19:45:06.340382+00 |
| updated_at | 2020-02-26 19:45:06.340382+00 |
| description | Bundled msdfgen library (multi-channel signed distance field generator) |
| homepage | |
| repository | https://github.com/katyo/msdfgen-rs |
| max_upload_size | |
| id | 212792 |
| size | 11,923 |
This crate provides bundled msdfgen library for using with msdfgen crate.
You can simply add this as dependency to your manifest:
[dependencies]
msdfgen = "^0.1"
# Use bundled library to avoid unresolved links
msdfgen-lib = "^0.1"
Next you should say compiler that you want to use that crate:
// 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: