mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
fmt
This commit is contained in:
parent
a36fb757fd
commit
c4fbfdd43e
@ -59,8 +59,7 @@ fn main() -> io::Result<()> {
|
|||||||
println!("cargo:DEFINE_{}={}", "IMGUI_ENABLE_FREETYPE", "");
|
println!("cargo:DEFINE_{}={}", "IMGUI_ENABLE_FREETYPE", "");
|
||||||
|
|
||||||
// imgui_freetype.cpp needs access to imgui.h
|
// imgui_freetype.cpp needs access to imgui.h
|
||||||
build.include(
|
build.include(manifest_dir.join("third-party/imgui/"));
|
||||||
manifest_dir.join("third-party/imgui/"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let compiler = build.get_compiler();
|
let compiler = build.get_compiler();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user