cef-rs
No description available.
File Explorer
Download Latest Version (.zip)- createCommitOnBranch.graphql
- bindings-changed.yml
- get-latest.yml
- release-plz.yml
- rust.yml
- update-bindings.yml
- dependabot.yml
- linux.rs
- mac.rs
- main.rs
- win.rs
- aarch64_apple_darwin.rs
- aarch64_pc_windows_msvc.rs
- aarch64_unknown_linux_gnu.rs
- arm_unknown_linux_gnueabi.rs
- i686_pc_windows_msvc.rs
- mod.rs
- x86_64_apple_darwin.rs
- x86_64_pc_windows_msvc.rs
- x86_64_unknown_linux_gnu.rs
- cef-app.exe.manifest
- mod.rs
- linux.rs
- mac.rs
- metadata.rs
- mod.rs
- common.rs
- d3d11.rs
- dmabuf.rs
- iosurface.rs
- mod.rs
- shared_texture_handle.rs
- aarch64_apple_darwin.rs
- aarch64_pc_windows_msvc.rs
- aarch64_unknown_linux_gnu.rs
- arm_unknown_linux_gnueabi.rs
- i686_pc_windows_msvc.rs
- mod.rs
- x86_64_apple_darwin.rs
- x86_64_pc_windows_msvc.rs
- x86_64_unknown_linux_gnu.rs
- browser_info_map.rs
- byte_read_handler.rs
- message_router.rs
- message_router_utils.rs
- mod.rs
- resource_manager.rs
- stream_resource_handler.rs
- zip_archive.rs
- application_mac.rs
- args.rs
- lib.rs
- library_loader.rs
- rc.rs
- sandbox.rs
- string.rs
- window_info.rs
- Cargo.toml
- CHANGELOG.md
- README.md
- lib.rs
- Cargo.toml
- CHANGELOG.md
- README.md
- InfoPlist.strings
- MainMenu.xib
- cefsimple.icns
- cefsimple.ico
- small.ico
- cefsimple_helper.rs
- mod.rs
- linux.rs
- mac.rs
- mod.rs
- win.rs
- mod.rs
- resources.rs
- simple_app.rs
- lib.rs
- main.rs
- win.rs
- build.rs
- Cargo.toml
- main.rs
- shader.wgsl
- webrender.rs
- Cargo.toml
- osr_test.html
- pdf.html
- pdf.pdf
- window_icon.1x.png
- window_icon.2x.png
- linux.rs
- mac.rs
- mod.rs
- win.rs
- mod.rs
- posix.rs
- win.rs
- client_app_browser.rs
- file_util.rs
- geometry_util.rs
- main_message_loop.rs
- main_message_loop_std.rs
- mod.rs
- util_win.rs
- binary_value_utils.rs
- client_app.rs
- client_app_other.rs
- client_switches.rs
- mod.rs
- client_app_renderer.rs
- mod.rs
- lib.rs
- process_helper_mac.rs
- Cargo.toml
- main.rs
- Cargo.toml
- CHANGELOG.md
- README.md
- main.rs
- Cargo.toml
- cliff.toml
- README.md
- aarch64_apple_darwin.rs
- aarch64_pc_windows_msvc.rs
- aarch64_unknown_linux_gnu.rs
- arm_unknown_linux_gnueabi.rs
- i686_pc_windows_msvc.rs
- mod.rs
- x86_64_apple_darwin.rs
- x86_64_pc_windows_msvc.rs
- x86_64_unknown_linux_gnu.rs
- lib.rs
- build.rs
- Cargo.toml
- CHANGELOG.md
- README.md
- wrapper.h
- dirs.rs
- main.rs
- parse_tree.rs
- resources.rs
- upgrade.rs
- build.rs
- Cargo.toml
- README.md
- .gitignore
- Cargo.toml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- release-plz.toml
- renovate.json
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/tauri-apps/cef-rs
Downloads the entire project code from GitHub to your computer.
cd cef-rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo run -p export-cef-dir -- --force $HOME/.local/share/cef
Builds and then immediately runs the program.
cargo run -p export-cef-dir -- --force $env:USERPROFILE/.local/share/cef
Builds and then immediately runs the program.
cargo run --bin bundle-cef-app -- cefsimple -o target/bundle
Builds and then immediately runs the program.
cargo run --bin bundle-cef-app -- cefsimple -o target/bundle --release
Builds and then immediately runs the program.
cargo run --bin bundle-cef-app -- cefsimple -o ./target/bundle
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
