Remove mention of pyglet's PulseAudio bug
Changes
Remove mention of a PulseAudio bug which seems to be fixed as of upgrading arcade to use pyglet 2.0.10 (#1930).
To be reasonably sure this is the correct change to make, we may want to hold off on merging this until https://github.com/pyglet/pyglet/pull/1017 is approved and merged.
I've marked this as a draft for now since the PulseAudio fixes didn't actually make it into pyglet's 2.0.10 release.
Wait for pyglet to release 2.0.11 and bump required version within arcade
Update on this:
- We aren't ready to merge yet because pyglet hasn't released 2.0.11
- We're close because pyglet/203c5b6 is labeled as getting ready for that release
I fixed the build failures. They were due to pyglet.layout.TextLayout appending _anchor to its _get_* anchor methods in 2.0.11.
~~The build failures may be related to 2.0.11's changes to pyglet's Label class or its dependencies. I'm investigating.~~
Left, right, bottom, top properties exist on the TextLayouts themselves now (as of 2.0.11). You should use those instead as the anchors no longer factor in the position of the layout.