mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
11 lines
217 B
TOML
11 lines
217 B
TOML
[package]
|
|
name = "robust-apphost"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
cef_sandbox = ["dep:cef"]
|
|
|
|
[dependencies]
|
|
cef = { workspace = true, default-features = false, features = ["sandbox"], optional = true }
|