Skip to content

v3.0.1

Compare
Choose a tag to compare
@furby-tm furby-tm released this 27 Dec 19:05
· 1 commit to main since this release
2b0e554

Full Changelog: v3.0.0...v3.0.1

@stackotter has enabled SwiftBundler to integrate upstream projects and use custom builders (defined in Swift files) to build and bundle those libraries and executables alongside your SwiftPM project.

These custom builders make it possible to:

  • pull in non-swiftpm projects and build them from source.
  • build existing C++ projects with CMake
  • support other build systems as well.