mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 18:39:55 +02:00
Add a native SwiftUI VniDrop app (Send/Receive/Settings) talking to the Rust core via generated UniFFI Swift bindings, plus the uniffi-bindgen helper crate. iOS uses a TabView, macOS a NavigationSplitView sidebar.
12 lines
176 B
TOML
12 lines
176 B
TOML
[workspace]
|
|
members = ["crates/vnidrop", "crates/uniffi-bindgen"]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
debug = 0
|
|
strip = "debuginfo"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|