Rename import to default embark import style (#323)

This commit is contained in:
Jasper Bekkers 2020-05-19 10:56:39 +02:00 committed by GitHub
parent f579e063ce
commit b81d0bdb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 573 additions and 573 deletions

View File

@ -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