mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
cbb6fd3208ebfde9562dbc22c3248d5f8ecce0b8
cef-rs
Use CEF in Rust.
Supported Targets
| Target | Linux | macOS | Windows |
|---|---|---|---|
| x86_64 | ✅ | ❎ | ❎ |
| ARM64 | ❎ | ❎ | ❎ |
Usage
Linux
- Install flatpak runtime & sdk:
TODO
-
Setup cargo project for flatpak. See flatpak-builder-tools for more details. Here are files you will need to have at leaset:
- flatpak-cargo-generator.py
- flatpak manifest file (ie. app.tauri.demo)
-
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
Contributing
Please see CONTRIBUTING.md for details.
Roadmap
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.
Planned
- Find out the best approach to use CEF in the target we support.
- Add Linux ARM64 target
- Add macOS ARM64 target
- Add Windows x86_64 target
Not Planned
- Other package formats on Linux.
- Add all possible ergonomic interfaces (ie. builder types for attributes and settings.)
- Provide tools to bundle and distribute application.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:31:43.257Z
Languages
Rust
99.6%
C
0.4%