mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 06:58:35 +00:00
Fix formatting
This commit is contained in:
parent
d3fea52613
commit
2abb7276a8
@ -19,11 +19,8 @@ fn main() {
|
||||
.map(|s| s.to_string())
|
||||
.or(Some("imgui-sys-v0".to_string()));
|
||||
|
||||
let wasm_bindings = generate_bindings(
|
||||
&sys_path.join("third-party"),
|
||||
wasm_ffi_import_name,
|
||||
)
|
||||
.expect("Failed to generate bindings");
|
||||
let wasm_bindings = generate_bindings(&sys_path.join("third-party"), wasm_ffi_import_name)
|
||||
.expect("Failed to generate bindings");
|
||||
let output_path = sys_path.join("src").join("wasm_bindings.rs");
|
||||
wasm_bindings
|
||||
.write_to_file(&output_path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user