Merge tag '0.17.3' into develop

Entity enhancements
This commit is contained in:
Christian Treffs 2020-10-20 14:54:12 +02:00
commit 0c6e33f634
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
2 changed files with 2 additions and 2 deletions

View File

@ -76,6 +76,6 @@ jobs:
- name: Swift version
run: swift --version
- name: Build
uses: swiftwasm/swiftwasm-action@master
uses: swiftwasm/swiftwasm-action@main
with:
shell-action: swift build --triple wasm32-unknown-wasi

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.17.2")
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.3")
],
targets: [
.target(