Skip to content

Commit

Permalink
Fix game not starting on windows, update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
earomc committed Feb 18, 2024
1 parent 11e1c8a commit 90adb70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "pong_ggez"
version = "0.1.0"
name = "pong"
version = "1.0.0"
edition = "2021"

authors = ["earomc"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
mod player;
mod ball;
mod scores_display;
Expand Down

0 comments on commit 90adb70

Please sign in to comment.