Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque committed Jan 13, 2025
1 parent bf267ac commit bfdd35a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
22 changes: 11 additions & 11 deletions examples/avian_3d_character/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ visualizer = ["lightyear_examples_common/visualizer", "gui"]
[dependencies]
lightyear_examples_common.workspace = true
lightyear = { workspace = true, features = [
"leafwing",
"avian3d",
"websocket",
"leafwing",
"avian3d",
"websocket",
] }
leafwing-input-manager = { workspace = true, default-features = false, features = [
"keyboard",
"gamepad",
"keyboard",
"gamepad",
] }

avian3d = { workspace = true, features = [
"3d",
"f32",
"parry-f32",
"parallel",
"serialize",
"3d",
"f32",
"parry-f32",
"parallel",
"serialize",
] }
anyhow.workspace = true
tracing.workspace = true
Expand All @@ -45,7 +45,7 @@ bevy.workspace = true
rand.workspace = true
metrics-exporter-prometheus = { workspace = true, optional = true }
bevygap_client_plugin = { workspace = true, optional = true, features = [
"matchmaker-tls",
"matchmaker-tls",
] }

[target."cfg(target_family = \"wasm\")".dependencies]
Expand Down
18 changes: 9 additions & 9 deletions examples/avian_physics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ visualizer = ["lightyear_examples_common/visualizer", "gui"]
[dependencies]
lightyear_examples_common.workspace = true
lightyear = { workspace = true, features = [
"steam",
"websocket",
"leafwing",
"avian2d",
"steam",
"websocket",
"leafwing",
"avian2d",
] }

leafwing-input-manager.workspace = true
avian2d = { workspace = true, features = [
"2d",
"f32",
"parry-f32",
"parallel",
"serialize",
"2d",
"f32",
"parry-f32",
"parallel",
"serialize",
] }
serde.workspace = true
anyhow.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions examples/bullet_prespawn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ visualizer = ["lightyear_examples_common/visualizer", "gui"]
[dependencies]
lightyear_examples_common.workspace = true
lightyear = { workspace = true, features = [
"steam",
"websocket",
"leafwing",
"lz4",
"steam",
"websocket",
"leafwing",
"lz4",
] }

leafwing-input-manager.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions examples/lobby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ publish = false
default = ["client", "server", "gui", "lightyear_examples_common/default"]
websocket = ["lightyear_examples_common/websocket"]
client = [
"lightyear_examples_common/server",
"lightyear_examples_common/client",
"gui",
"lightyear_examples_common/server",
"lightyear_examples_common/client",
"gui",
]
server = ["lightyear_examples_common/server"]
gui = ["lightyear_examples_common/gui"]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand.workspace = true
metrics-exporter-prometheus = { workspace = true, optional = true }
bevy-inspector-egui = { workspace = true, optional = true }
bevygap_client_plugin = { workspace = true, optional = true, features = [
"matchmaker-tls",
"matchmaker-tls",
] }

[lints]
Expand Down
16 changes: 8 additions & 8 deletions examples/spaceships/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "spaceships"
version.workspace = true
authors = [
"Charles Bournhonesque <[email protected]>",
"Richard Jones <[email protected]>",
"Charles Bournhonesque <[email protected]>",
"Richard Jones <[email protected]>",
]
edition.workspace = true
publish = false
Expand All @@ -26,11 +26,11 @@ lightyear_examples_common.workspace = true
metrics-exporter-prometheus = { workspace = true, optional = true }
leafwing-input-manager = { workspace = true, features = ["keyboard", "mouse"] }
avian2d = { workspace = true, features = [
"2d",
"f32",
"parry-f32",
"parallel",
"serialize",
"2d",
"f32",
"parry-f32",
"parallel",
"serialize",
] }
lightyear = { workspace = true, features = ["leafwing", "avian2d"] }
serde.workspace = true
Expand All @@ -40,7 +40,7 @@ tracing-subscriber.workspace = true
bevy.workspace = true
rand.workspace = true
bevygap_client_plugin = { workspace = true, optional = true, features = [
"matchmaker-tls",
"matchmaker-tls",
] }

[lints]
Expand Down

0 comments on commit bfdd35a

Please sign in to comment.