gpui-component/crates/webview/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

20 lines
522 B
TOML

[package]
name = "gpui-webview"
version = "0.1.0"
edition = "2024"
authors = ["sunli <scott_s829@163.com>"]
license = "Apache-2.0"
homepage = "https://github.com/longbridge/gpui-component"
repository = "https://github.com/longbridge/gpui-component"
[dependencies]
gpui.workspace = true
gpui-component.workspace = true
wef.workspace = true
image = { version = "0.25.6", default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
schemars = "0.8.22"
raw-window-handle = "0.6.2"
rust-i18n = "3.1.5"