Skip to content

Commit

Permalink
Disable freetype support cause it is failed to compile on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDang committed Feb 25, 2021
1 parent 90c7ae8 commit 7844388
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 811 deletions.
1 change: 0 additions & 1 deletion imgui/imgui.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package imgui

// #cgo pkg-config: freetype2
// #cgo CXXFLAGS: -std=c++11
// #include "imguiWrapper.h"
import "C"
Expand Down
1 change: 0 additions & 1 deletion imgui/imguiWrappedHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// This header is for use within the wrapper sources to ensure identical inclusion
// of the core imgui header with all the various options.

#define IMGUI_ENABLE_FREETYPE
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS

#include "imgui.h"
Loading

0 comments on commit 7844388

Please sign in to comment.