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
af898e7358
commit
f60edd25cf
@ -22,7 +22,10 @@ impl Bindgen {
|
||||
None => "".to_string(),
|
||||
Some(x) => format!("-{}", x),
|
||||
};
|
||||
let cimgui_output = root.join(&format!("imgui-sys/third-party/imgui-{}{}", variant, additional));
|
||||
let cimgui_output = root.join(&format!(
|
||||
"imgui-sys/third-party/imgui-{}{}",
|
||||
variant, additional
|
||||
));
|
||||
|
||||
let types = get_types(&cimgui_output.join("structs_and_enums.json"))?;
|
||||
let funcs = get_definitions(&cimgui_output.join("definitions.json"))?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user