Skip to content

Commit

Permalink
fixup: toml lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Feb 23, 2024
1 parent 8d06fd0 commit 4cb0e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bevy_ggrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ web-sys = { version = "0.3", features = [
serde_qs = "0.12"
wasm-bindgen = "0.2"
bevy_ggrs = { git = "https://github.com/bushrat011899/bevy_ggrs", branch = "Bevy0.13Update", features = [
"wasm-bindgen"
"wasm-bindgen",
] }

[dependencies]
Expand Down

0 comments on commit 4cb0e2f

Please sign in to comment.