Skip to content

Commit

Permalink
update UGraphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Mar 19, 2021
1 parent eef1719 commit 97c0f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ubpa_InitUCMake(VERSION 0.6.4)
Ubpa_InitProject()

Ubpa_AddDep(UTemplate 0.7.2)
Ubpa_AddDep(UGraphviz 0.2.0)
Ubpa_AddDep(UGraphviz 0.2.1)
Ubpa_AddDep(USmallFlat 0.2.0)

Ubpa_AddSubDirsRec(include)
Expand Down
2 changes: 1 addition & 1 deletion include/UECS/World.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "EntityMngr.hpp"
#include "Schedule.hpp"

#include <UGraphviz/UGraphviz.h>
#include <UGraphviz/UGraphviz.hpp>

#include <mutex>

Expand Down

0 comments on commit 97c0f17

Please sign in to comment.