Skip to content

Commit

Permalink
Fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf authored Sep 20, 2024
1 parent f161a74 commit 22ba903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/avian2d/examples/debugdump_2d.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Run with:
//! `cargo run --example debugdump_2d > dump.dot && dot -Tsvg dump.dot > dump.svg`

use avian2d::prelude::*;
use bevy::prelude::*;

Expand Down
1 change: 0 additions & 1 deletion crates/avian3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ criterion = { version = "0.5", features = ["html_reports"] }
insta = "1.0"
bevy_mod_debugdump = "0.11"


[[example]]
name = "dynamic_character_3d"
required-features = ["3d", "default-collider", "bevy_scene"]
Expand Down

0 comments on commit 22ba903

Please sign in to comment.