mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 15:08:36 +00:00
Rename import to default embark import style (#323)
This commit is contained in:
parent
f579e063ce
commit
b81d0bdb6f
@ -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"),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user