Wef is a Rust library for embedding WebView functionality using Chromium Embedded Framework (CEF3) with offscreen rendering support.
13 lines
273 B
TOML
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"] }
|