Skip to content

Commit

Permalink
Merge pull request #1 from MickHarrigan/dev
Browse files Browse the repository at this point in the history
Ci fixes
  • Loading branch information
MickHarrigan authored Dec 2, 2023
2 parents 9a18c79 + 926a53d commit b22a8f6
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 1,051 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
test:
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/release-android-google-play.yaml

This file was deleted.

96 changes: 0 additions & 96 deletions .github/workflows/release-ios-testflight.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions Cargo.lock

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

11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[package]
name = "bevy_game" # ToDo
name = "bevy_game" # ToDo
version = "0.1.0"
publish = false
authors = ["Niklas Eicker <[email protected]>"] # ToDo: you are the author ;)
authors = ["Niklas Eicker <[email protected]>"] # ToDo: you are the author ;)
edition = "2021"
exclude = ["dist", "build", "assets", "credits"]

[workspace]
members = ["mobile"]

[profile.dev.package."*"]
opt-level = 3

Expand All @@ -25,9 +22,7 @@ inherits = "release"
lto = "thin"

[features]
dev = [
"bevy/dynamic_linking",
]
dev = ["bevy/dynamic_linking"]

# All of Bevy's default features exept for the audio related ones (bevy_audio, vorbis), since they clash with bevy_kira_audio
# and android_shared_stdcxx, since that is covered in `mobile`
Expand Down
Binary file removed build/android/res/mipmap-mdpi/icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions mobile/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions mobile/Cargo.toml

This file was deleted.

29 changes: 0 additions & 29 deletions mobile/Makefile

This file was deleted.

Loading

0 comments on commit b22a8f6

Please sign in to comment.