antoniusnaumann / cargo-swift

A cargo plugin to easily build Swift packages from Rust code
https://crates.io/crates/cargo-swift
Apache License 2.0
180 stars 22 forks source link

Support both static libs and dynamic libs #18

Closed antoniusnaumann closed 1 year ago

antoniusnaumann commented 1 year ago

This is not a breaking change, as currently only cdylibs are supported and crate-type = ["cdylib"] needs to be set.