mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
11 lines
429 B
TOML
11 lines
429 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["cef-helper", "robust-apphost", "robust-native-client", "robust-native-server", "robust-native-shared", "robust-native-universal", "robust-native-webview"]
|
|
|
|
[workspace.dependencies]
|
|
cef = { git = "https://github.com/space-wizards/cef-rs.git", rev = "10afdf90bcafb0491adc4ef535530eeee77f4ef9", default-features = false }
|
|
objc2 = "0.6.3"
|
|
objc2-app-kit = "0.3.2"
|
|
cc = "1.0"
|
|
mimalloc = "0.1.48"
|