0.3.0
What's Changed
0.3.0
With this release, cargo swift
uses Mozilla's UniFFI for generating Swift bindings. This will allow users of cargo swift
to generate bindings to other languages supported by UniFFI from the same codebase!
- Migrate to UniFFI
- Add
--plain
flag to init command to generate a new project without example code - Show errors from failed build steps in package command
- Improve error messages
Full Changelog: v0.2.2...v0.3.0