Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 735cec0

Browse files
authored
Merge pull request #1 from KinoxKlark/main
fix compilation and linking with pyimgui
2 parents 760e535 + e308ca9 commit 735cec0

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

implot/core.pxd

-19
This file was deleted.

implot/plot.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from libc.stdlib cimport malloc, free
1313

1414
cimport cimplot
1515
cimport cimgui
16-
cimport core
16+
cimport imgui.core as core
1717
cimport enums
1818
from imgui import core
1919

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def backend_extras(*requirements):
149149
# include_dirs=['imgui', 'implot-cpp'],
150150
# include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'ansifeed-cpp', 'implot-cpp'],
151151
# include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'implot-cpp'],
152-
include_dirs=['implot', 'imgui-cpp', 'implot-cpp'],
152+
include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'implot-cpp'],
153153
),
154154
]
155155

0 commit comments

Comments
 (0)