Merge tag '0.17.0' into develop

FSM
This commit is contained in:
Christian Treffs 2020-10-08 10:32:20 +02:00
commit d8ce40b9c3
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
6 changed files with 20 additions and 20 deletions

View File

@ -35,7 +35,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.16.0")
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.0")
],
targets: [
.target(