Gabriel Nigro
Gabriel Nigro
All crates that depend on cpal, such as [rodio](https://github.com/RustAudio/rodio) or [kira](https://github.com/tesselode/kira) have their audio distorted when I'm using the 7.1 Surround Sound audio output device on Windows. This has been...
### Generated bindings no_std compatibility The generated bindings was already using core functions, but was getting them through re-exports of std. This is now replaced to use the original core...
Deadlock when NetworkingSockets or Matchmaking functions are called inside Client::process_callbacks
### Example: ```rust steam_client.process_callbacks(|cb| match cb { CallbackResult::GameLobbyJoinRequested(req) => { // When the user tries to connect to a friend's lobby, allow it matchmaking.join_lobby(req.lobby_steam_id, |_| { // Everything after join_lobby...