ldesgoui / discord_game_sdk

Rust bindings for the Discord Game SDK
https://docs.rs/discord_game_sdk
Apache License 2.0
62 stars 11 forks source link

Fix insane breakage introduced in #79 #83

Closed ldesgoui closed 4 years ago

ldesgoui commented 4 years ago

We were relying on Box' behavior I had tried my hand implementing with Cell which also uses a Box, then switched to UnsafeCell because I'm a bumbling bafoon and that all broke but I hadn't tested link: #79