Skip to content

Commit

Permalink
add constraint src to chipmunk2d build; update releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalanbrook committed Oct 31, 2024
1 parent 44a5e29 commit ca784c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
"chipmunk"
],
"versions": [
"7.0.3-2",
"7.0.3-1",
"6.2.2-2",
"6.2.2-1"
Expand Down
13 changes: 13 additions & 0 deletions subprojects/packagefiles/chipmunk/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,23 @@ lib = library(
'src/cpBBTree.c',
'src/cpBody.c',
'src/cpCollision.c',
'src/cpConstraint.c',
'src/cpDampedRotarySpring.c',
'src/cpDampedSpring.c',
'src/cpGearJoint.c',
'src/cpGrooveJoint.c',
'src/cpHashSet.c',
'src/cpMarch.c',
'src/cpPinJoint.c',
'src/cpPivotJoint.c',
'src/cpPolyline.c',
'src/cpPolyShape.c',
'src/cpRatchetJoint.c',
'src/cpRobust.c',
'src/cpRotaryLimitJoint.c',
'src/cpShape.c',
'src/cpSimpleMotor.c',
'src/cpSlideJoint.c',
'src/cpSpace.c',
'src/cpSpaceComponent.c',
'src/cpSpaceHash.c',
Expand Down

0 comments on commit ca784c6

Please sign in to comment.