20 lines
510 B
TOML
20 lines
510 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
|
|
serde.workspace = true
|
|
schemars.workspace = true
|
|
raw-window-handle.workspace = true
|
|
rust-i18n.workspace = true
|
|
|
|
image = { version = "0.25.6", default-features = false }
|