mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Fix enabling of freetype feature
This commit is contained in:
parent
7808164911
commit
4882a1f29d
@ -49,7 +49,7 @@ fn main() -> io::Result<()> {
|
||||
}
|
||||
|
||||
// Freetype font rasterizer feature
|
||||
#[cfg(feature = "feature")]
|
||||
#[cfg(feature = "freetype")]
|
||||
{
|
||||
let freetype = pkg_config::Config::new().find("freetype2").unwrap();
|
||||
for include in freetype.include_paths.iter() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user