mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add uniffi (#102)
This commit is contained in:
parent
2334f858a3
commit
34afdb15c1
1 changed files with 6 additions and 0 deletions
|
@ -511,6 +511,12 @@
|
|||
"recommendations": [
|
||||
{ "name": "rustler", "notes": "Safe Rust bridge for creating Erlang NIF functions" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Kotlin/Swift/Python/Ruby",
|
||||
"recommendations": [
|
||||
{ "name": "uniffi", "notes": "Share Rust codebase to create cross-platform apps (also 3rd party support for Kotlin Multiplatform, Go, C#, Dart)" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue