Skip to content

Commit

Permalink
Merge pull request #555 from teohhanhui/remove/dead-code
Browse files Browse the repository at this point in the history
Remove dead code (`include_shader`)
  • Loading branch information
ChristopherBiscardi committed Sep 15, 2024
2 parents ac311b0 + fed0b93 commit 4ad090e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ bevy = { version = "0.14.0", default-features = false, features = [
"bevy_sprite",
] }
log = "0.4"
regex = "1.5.4"
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down
18 changes: 0 additions & 18 deletions src/render/include_shader.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ use self::{
mod chunk;
mod draw;
mod extract;
mod include_shader;
pub mod material;
mod pipeline;
pub(crate) mod prepare;
Expand Down

0 comments on commit 4ad090e

Please sign in to comment.