Skip to content

Commit

Permalink
Lock version, remove unused field (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomInsano authored Nov 30, 2020
1 parent 6f1692f commit 8b3bff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["John Peel <[email protected]>"]
edition = "2018"

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy" }
rand = "0.7"
bevy = "0.1.3"
rand = "0.7"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ impl FlockingPlugin {
),
sprite: Sprite {
size: Vec2::new(8.0, 8.0),
resize_mode: SpriteResizeMode::Automatic,
},
..Default::default()
})
Expand Down

0 comments on commit 8b3bff7

Please sign in to comment.