Skip to content

Commit 3d14b5e

Browse files
committed
remove from ci
1 parent 79ab262 commit 3d14b5e

File tree

2 files changed

+94
-100
lines changed

2 files changed

+94
-100
lines changed

crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_scene.rs

Lines changed: 93 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtask/src/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ enum Feature {
5757
BevySpriteBindings,
5858
BevyTextBindings,
5959
BevyWindowBindings,
60-
BevyWinitBindings,
6160

6261
// Lua
6362
Lua51,
@@ -150,8 +149,7 @@ impl IntoFeatureGroup for Feature {
150149
| Feature::BevySceneBindings
151150
| Feature::BevySpriteBindings
152151
| Feature::BevyTextBindings
153-
| Feature::BevyWindowBindings
154-
| Feature::BevyWinitBindings => FeatureGroup::BMSFeatureNotInPowerset,
152+
| Feature::BevyWindowBindings => FeatureGroup::BMSFeatureNotInPowerset,
155153
Feature::CoreFunctions | Feature::ProfileWithTracy => FeatureGroup::BMSFeature, // don't use wildcard here, we want to be explicit
156154
}
157155
}

0 commit comments

Comments
 (0)