mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-21 02:18:32 +00:00
Merge pull request #232 from Veykril/master
Do not reexport ffi imgui functions on windows
This commit is contained in:
commit
9ed1394fc2
@ -27,6 +27,7 @@ fn main() -> io::Result<()> {
|
|||||||
build.cpp(true);
|
build.cpp(true);
|
||||||
// Disabled due to linking issues
|
// Disabled due to linking issues
|
||||||
build
|
build
|
||||||
|
.define("CIMGUI_NO_EXPORT", None)
|
||||||
.define("IMGUI_DISABLE_WIN32_FUNCTIONS", None)
|
.define("IMGUI_DISABLE_WIN32_FUNCTIONS", None)
|
||||||
.define("IMGUI_DISABLE_OSX_FUNCTIONS", None);
|
.define("IMGUI_DISABLE_OSX_FUNCTIONS", None);
|
||||||
for path in &CPP_FILES {
|
for path in &CPP_FILES {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user