Rename package to TwigsCore for importing into other apps

This commit is contained in:
William Brawner 2021-12-23 06:16:11 -07:00
parent fde82a960f
commit 2859f22f5b

View file

@ -12,7 +12,7 @@ let package = Package(
products: [ products: [
// Products define the executables and libraries a package produces, and make them visible to other packages. // Products define the executables and libraries a package produces, and make them visible to other packages.
.library( .library(
name: "Twigs", name: "TwigsCore",
targets: ["Twigs"]), targets: ["Twigs"]),
], ],
dependencies: [ dependencies: [