Skip to content

Commit af9eb87

Browse files
committed
docs
1 parent a6e437e commit af9eb87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ See also [bevy_ios_notifications](https://github.com/rustunit/bevy_ios_notificat
2727
* transaction revocation reason
2828

2929
## Swift-Bridge wishlist
30+
* how to return data from swift that rust can read? (`fn foo() -> Bar`)
3031
* make @_cdecl funcs `public` (https://github.com/chinedufn/swift-bridge/issues/166)
32+
* allow changing stuff to allow multiple libs using this approach (`SwiftBridgeCore.swift`, Name of `RustXcframework`, `Headers` subfolder etc.) see https://github.com/jessegrosjean/swift-cargo-problem
3133
* support derives(Clone,Debug) on shared enums
3234
* support calling async swift from rust
3335
* allow shared structs in `Vec`'s (Vectorizable)

0 commit comments

Comments
 (0)