typg-core 5.0.13

Core search/discovery engine for typg (made by FontLab https://www.fontlab.com/)
Documentation
1
2
3
4
5
/// Build script for typg-core.
fn main() {
    // Rebuild if this script changes.
    println!("cargo:rerun-if-changed=build.rs");
}