Use CEF in Rust.
| Target | Linux | macOS | Windows | | ------ | ----- | ----- | ------- | | x86_64 | ✅ | ❎ | ❎ | | ARM64 | ❎ | ❎ | ❎ |
TODO
Setup cargo project for flatpak. See flatpak-builder-tools for more details. Here are files you will need to have at leaset:
Build the flatpak application and run:
cargo b --example demo
python3 ./flatpak-cargo-generator.py ./quickstart/Cargo.lock -o cargo-sources.json
touch run.sh
flatpak-builder --user --install --force-clean target app.tauri.demo.yml
flatpak run app.tauri.demo
Please see CONTRIBUTING.md for details.
Welcome to open feature requests if the feature you look for isn't listed below. But please understand that some requests might result into not planned.