Skip to content

Commit

Permalink
test commit with workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
meisei4 committed Dec 6, 2023
1 parent ca97506 commit ba913f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ path = "src/main.rs"
path = "src/lib.rs"

[dependencies]
amethyst = { version = "0.15.0", features = ["metal", "tiles"]}
# macos must use metal, windows os mut use vulkan
# amethyst = { version = "0.15.0", features = ["vulkan", "tiles"]}
amethyst = { version = "0.15.0", features = ["metal", "tiles"]}
log = "0.4"
image = "0.24.7"
tiled = "0.11.2"
Expand Down

0 comments on commit ba913f7

Please sign in to comment.