forked from webviewjs/webview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (21 loc) · 663 Bytes
/
Cargo.toml
File metadata and controls
27 lines (21 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2021"
name = "webview"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = { version = "3.8.2", default-features = true, features = ["napi9"] }
napi-derive = "3.5.1"
tao = { version = "0.34.5", features = ["rwh_06"] }
wry = { version = "0.53.5", features = ["devtools", "fullscreen"] }
muda = "0.17"
[target.'cfg(target_os = "linux")'.dependencies]
gtk = "0.18"
glib = "0.18"
[build-dependencies]
napi-build = "2"
[profile.release]
lto = true