chore: update livestream
This commit is contained in:
parent
63e18caa5b
commit
666b7201ff
|
@ -51,7 +51,7 @@ pub fn package(
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
lib.install();
|
b.installArtifact(lib);
|
||||||
if (target.isWindows()) {
|
if (target.isWindows()) {
|
||||||
lib.defineCMacro("IMGUI_API", "__declspec(dllexport)");
|
lib.defineCMacro("IMGUI_API", "__declspec(dllexport)");
|
||||||
lib.defineCMacro("IMPLOT_API", "__declspec(dllexport)");
|
lib.defineCMacro("IMPLOT_API", "__declspec(dllexport)");
|
||||||
|
|
Loading…
Reference in New Issue