Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions implot/core.pxd

This file was deleted.

2 changes: 1 addition & 1 deletion implot/plot.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from libc.stdlib cimport malloc, free

cimport cimplot
cimport cimgui
cimport core
cimport imgui.core as core
cimport enums
from imgui import core

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def backend_extras(*requirements):
# include_dirs=['imgui', 'implot-cpp'],
# include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'ansifeed-cpp', 'implot-cpp'],
# include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'implot-cpp'],
include_dirs=['implot', 'imgui-cpp', 'implot-cpp'],
include_dirs=['implot', 'config-cpp', 'imgui-cpp', 'implot-cpp'],
),
]

Expand Down