pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

Bump pymunk to 6.8.1 #2382

Closed pushfoo closed 1 month ago

pushfoo commented 1 month ago

TL;DR: They only host the latest doc so our cross-refs will be wrong unless we do this

pushfoo commented 1 month ago

I'm merging this now because:

  1. It seems to just work when I run the joint builder demo (python -m arcade.examples.pymunk_joint_builder, etc)
  2. Our unit tests pass
  3. The Pymunk change log doesn't show any breaking changes