mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 00:18:34 +00:00
fmt
This commit is contained in:
parent
33c0a194c2
commit
bb19f938e2
@ -27,7 +27,7 @@ fn main() -> io::Result<()> {
|
||||
let wasm_enabled = std::env::var_os("CARGO_FEATURE_WASM").is_none();
|
||||
|
||||
let cimgui_dir = if docking_enabled {
|
||||
manifest_dir.join("third-party/imgui-docking")
|
||||
manifest_dir.join("third-party/imgui-docking")
|
||||
} else {
|
||||
manifest_dir.join("third-party/imgui-master")
|
||||
};
|
||||
@ -67,7 +67,7 @@ fn main() -> io::Result<()> {
|
||||
|
||||
// Which "all imgui" file to use
|
||||
let imgui_cpp = if docking_enabled {
|
||||
"include_imgui_docking.cpp"
|
||||
"include_imgui_docking.cpp"
|
||||
} else {
|
||||
"include_imgui_master.cpp"
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user