Skip to content

Commit

Permalink
Declare CommandLineParser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xrayez committed Aug 9, 2021
1 parent 1a0fa2d commit 093b4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goost.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def add_depencency(self, goost_class):
# compile/link errors or failing unit tests, it's likely a dependency issue.
# If so, define them here explicitly so that they're automatically enabled.
class_dependencies = {
"CommandLineParser": ["CommandLineOption", "CommandLineHelpFormat"],
"GoostEngine" : "InvokeState",
"GoostGeometry2D" : ["PolyBoolean2D", "PolyDecomp2D", "PolyOffset2D"],
"LightTexture" : "GradientTexture2D",
Expand Down

0 comments on commit 093b4d2

Please sign in to comment.