Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Nov 5, 2024
1 parent 7d99dfe commit 25b9b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "graphics"
name = "graphics "
version = "0.1.0"
edition = "2021"

Expand All @@ -14,4 +14,4 @@ anyhow = "1.0"

[features]
default = ["windowed"]
windowed = ["dep:minifb"]
windowed = ["dep:minifb"]

0 comments on commit 25b9b4a

Please sign in to comment.