mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28: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", "");
|
||||
|
||||
// imgui_freetype.cpp needs access to imgui.h
|
||||
build.include(
|
||||
manifest_dir.join("third-party/imgui/"));
|
||||
build.include(manifest_dir.join("third-party/imgui/"));
|
||||
}
|
||||
|
||||
let compiler = build.get_compiler();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user