gpui-component/crates/webview/examples/wef-example/Cargo.toml
Sunli b70b229370
wef: Added a new WebView component named "Wef" based on CEF. (#877)
Wef is a Rust library for embedding WebView functionality using Chromium
Embedded Framework (CEF3) with offscreen rendering support.
2025-06-17 18:57:44 +08:00

13 lines
273 B
TOML

[package]
name = "wef-example"
version = "0.1.0"
edition = "2024"
[build-dependencies]
embed-manifest = "1.4.0"
[dependencies]
gpui-webview = { path = "../../" }
gpui.workspace = true
gpui-component.workspace = true
serde = { version = "1.0.219", features = ["derive"] }