MikMikus
MikMikus
I'm having a similar sound problem in Kingdom Rush after a system update. Renaming `libmpg123.so.0` to `libmpg123.so.0.disabled` in the game folder temporarily helped. Thx @kisak-valve
As a temporary dependency solution you can use this pull request in your ```Cargo.toml```: ```toml [dependencies] egui-plotter = { git = "https://github.com/Gip-Gip/egui-plotter.git", rev = "refs/pull/23/head" } ```
@hacknus [Here](https://github.com/Gip-Gip/egui-plotter/pull/25), should work:)
I have similar observations. We use bevy to visualization large chunks of data with complex multi-level parent-children structures. In the app we have few systems for synchronizing and checking data...