I’m trying to develop a GUI in Rust for a media player. A critical functionality is being able to embed a WebView in the UI, in a panel for example. So far I couldn’t find a Rust library that would allow this to happen. Looking for suggestions that could help me solve this problem.