Skip to content

Commit

Permalink
fix: ci build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Mar 8, 2024
1 parent 81439a8 commit 82c17bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bevy_egui = { version = "0.25", default-features = false, features = [
"default_fonts",
] }
rand = "0.8"
winit = "0.29"

[[example]]
name = "egui"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ impl Default for PanCam {
mod tests {
use std::f32::INFINITY;

use bevy::prelude::OrthographicProjection;

use super::*;

/// Simple mock function to construct a square projection from a window size
Expand Down

0 comments on commit 82c17bb

Please sign in to comment.