A minimal CEF (Chromium Embedded Framework) browser shell built with cef-rs.
cargo buildcargo runTo create a distribution package:
cargo distThis builds the release binary and packages it with all required CEF resources into dist/Cresus/.
cargo run --bin bundle_shellThis creates a macOS app bundle with all required frameworks and helpers.