Skip to content

Commit

Permalink
ignore ds store
Browse files Browse the repository at this point in the history
  • Loading branch information
terhechte committed Dec 4, 2022
1 parent 6d7ecba commit 165305a
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
Expand Up @@ -9,12 +9,12 @@ readme = "README.md"
keywords = ["bevy", "bevyui", "ui", "menu"]
categories = ["game-development", "development-tools"]
repository = "https://github.com/terhechte/bevy_quickmenu"
exclude = ["data", "assets", ".vscode", "icons.sketch"]
exclude = ["data", "assets", ".vscode", "icons.sketch", ".DS_Store"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.9.0", default-features = false, features = ["bevy_ui", "bevy_render", "bevy_asset", "png", "bevy_text"]}

[dev-dependencies]
bevy = "0.9.0"
bevy = "0.9.0"

0 comments on commit 165305a

Please sign in to comment.