Files
archived-cef-rs/Cargo.toml
2026-01-27 00:36:30 +00:00

71 lines
1.5 KiB
TOML

[workspace]
resolver = "2"
members = [
"download-cef",
"get-latest",
"update-bindings",
"export-cef-dir",
"sys",
"cef",
"examples/*",
]
[workspace.package]
version = "144.2.0+144.0.11"
edition = "2021"
license = "Apache-2.0 OR MIT"
authors = [
"Wu Yu Wei <yuweiwu@pm.me>",
"Bill Avery <wravery@gmail.com>",
"csmoe <csmoe@msn.com>",
]
repository = "https://github.com/tauri-apps/cef-rs"
[workspace.dependencies]
cef = { path = "cef", default-features = false }
cef-dll-sys = { version = "144.2.0", path = "sys" }
download-cef = { version = "2.3", path = "download-cef" }
anyhow = "1"
ash = "0.38"
bindgen = "0.72"
cargo_metadata = "0.23.1"
clap = { version = "4", features = ["derive"] }
cmake = "0.1.52"
convert_case = "0.10"
git-cliff = "2"
git-cliff-core = "2"
glib = "0.21"
io-surface = "0.16"
libc = "0.2"
libloading = "0.9"
metal = "0.33"
objc = "0.2"
objc2 = "0.6.3"
objc2-app-kit = { version = "0.3.2", default-features = false }
objc2-foundation = "0.3.2"
objc2-io-surface = "0.3.2"
plist = "1"
proc-macro2 = "1"
quote = "1"
regex = "1"
semver = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
syn = { version = "2", features = ["full"] }
thiserror = "2"
toml_edit = "0.24"
tracing = "0.1"
wgpu = "28"
winres = "0.1"
x11-dl = "2"
[workspace.dependencies.windows-sys]
version = "0.61"
features = ["Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging"]
[workspace.dependencies.windows]
version = "0.62"
features = ["Win32_Graphics_Direct3D12"]