We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04dc8e commit 895088fCopy full SHA for 895088f
crates/bevy_dev_tools/src/ci_testing/mod.rs
@@ -3,7 +3,9 @@
3
mod config;
4
mod systems;
5
6
-use crate::{EasyCameraMovementPlugin, EasyScreenRecordPlugin};
+use crate::EasyCameraMovementPlugin;
7
+#[cfg(feature = "screenrecording")]
8
+use crate::EasyScreenRecordPlugin;
9
10
pub use self::config::*;
11
0 commit comments