Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidromani committed Oct 20, 2024
2 parents e830b5d + 6e5defc commit 13f9498
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 39 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,33 +83,34 @@ jobs:
strategy:
matrix:
include:
- platform: web
targets: wasm32-unknown-unknown
profile: release
binary_ext: .wasm
package_ext: .zip
runner: ubuntu-latest

# - platform: linux
# targets: x86_64-unknown-linux-gnu
# profile: release-native
# features: bevy/wayland
# - platform: web
# targets: wasm32-unknown-unknown
# profile: release
# binary_ext: .wasm
# package_ext: .zip
# runner: ubuntu-latest

- platform: linux
targets: x86_64-unknown-linux-gnu
profile: release-native
features: bevy/wayland
package_ext: .zip
runner: ubuntu-latest

- platform: windows
targets: x86_64-pc-windows-msvc
profile: release-native
binary_ext: .exe
package_ext: .zip
runner: windows-latest

# - platform: macos
# targets: x86_64-apple-darwin aarch64-apple-darwin
# profile: release-native
# app_suffix: .app/Contents/MacOS
# package_ext: .dmg
# runner: macos-latest
- platform: macos
targets: x86_64-apple-darwin aarch64-apple-darwin
profile: release-native
app_suffix: .app/Contents/MacOS
package_ext: .dmg
runner: macos-latest

runs-on: ${{ matrix.runner }}
permissions:
# Required to create a GitHub release: https://docs.github.com/en/rest/releases/releases#create-a-release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-lander"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
license = "MIT"
authors = ["David Romaní <[email protected]>"]
Expand Down Expand Up @@ -51,9 +51,6 @@ opt-level = 3
inherits = "release"
strip = "none"

[target.wasm32-unknown-unknown]
runner = "wasm-server-runner"

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
type_complexity = "allow"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Rusty Lander v0.8.2
Rusty Lander v0.8.3
===================

A Jupiter Lander video game remake made with Rust & Bevy ECS game engine.
Expand Down
15 changes: 0 additions & 15 deletions Trunk.toml

This file was deleted.

0 comments on commit 13f9498

Please sign in to comment.