Adding freetype_sys library as a dependency
Run this command in a terminal, in your project's directory:
cargo add freetype-src-sys
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
freetype-src-sys = "0.1.5"
The freetype_sys library will be automatically available globally.
Read the freetype_sys library documentation.