Follow these steps to configure and launch the Huly CEF browser using Tauri.
Download a necessary Huly CEF archive from the following link: Huly CEF
Copy the Huly CEF archive to ./src-tauri/cef
folder
Use npm to install the required dependencies.
npm install
Start the Tauri development environment to launch the browser.
npm run tauri dev