Astrabit-ST / Luminol

An RPG Maker XP-VX Ace rewrite, written in Rust with love 💕
https://luminol.dev/
GNU General Public License v3.0
95 stars 11 forks source link

Update cpal #114

Closed Speak2Erase closed 3 months ago

Speak2Erase commented 3 months ago

Connections https://github.com/RustAudio/cpal/pull/837 #89

Description This PR removes the git dependency on a fork of cpal.

Testing Compile Luminol for wasm32, and then play anything in the sound picker. The sound should play and Luminol should not crash.

Checklist