Skip to content

Commit

Permalink
Rename import to default embark import style (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers authored May 19, 2020
1 parent f579e06 commit b81d0bd
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 573 deletions.
2 changes: 1 addition & 1 deletion imgui-sys-bindgen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {

let wasm_ffi_import_name = option_env!("IMGUI_RS_WASM_IMPORT_NAME")
.map(|s| s.to_string())
.or(Some("imgui-sys".to_string()));
.or(Some("imgui-sys-v0".to_string()));

let wasm_bindings = generate_bindings(
&sys_path.join("third-party").join("cimgui"),
Expand Down
Loading

0 comments on commit b81d0bd

Please sign in to comment.