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 13f9498 + 06d4ba1 commit 3fe63a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-lander"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
license = "MIT"
authors = ["David Romaní <[email protected]>"]
Expand Down
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.3
Rusty Lander v0.8.4
===================

A Jupiter Lander video game remake made with Rust & Bevy ECS game engine.
Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
clippy::too_many_arguments,
clippy::type_complexity,
clippy::single_match,
clippy::collapsible_else_if
clippy::collapsible_else_if,
non_upper_case_globals
)]

mod asset_loader;
Expand Down

0 comments on commit 3fe63a7

Please sign in to comment.