Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Nov 2, 2021
1 parent 33c0a19 commit bb19f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgui-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};
Expand Down Expand Up @@ -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"
};
Expand Down

0 comments on commit bb19f93

Please sign in to comment.