I'm developing a Tauri app and want to use CEF (Chromium Embedded Framework) as the webview instead of the default Wry and Tao. My goal is to leverage CEF's advanced capabilities, such as better debugging tools, improved performance, and greater compatibility with modern web standards. My question is that Is it possible to replace Wry and Tao with CEF in a Tauri app?
Checked out the tauri docs and searched tried to use cef in app bundle but didn't work