mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 06:42:25 +02:00
16 lines
278 B
TOML
16 lines
278 B
TOML
[package]
|
|
name = "robust-native-webview"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
cef = { workspace = true, default-features = false }
|
|
objc2.workspace = true
|
|
objc2-app-kit.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc = { workspace = true }
|