File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ bevy_bindings = ["bevy_mod_scripting_functions/bevy_bindings"]
39
39
40
40
# optional
41
41
unsafe_lua_modules = [" bevy_mod_scripting_lua?/unsafe_lua_modules" ]
42
- mlua_serialize = [" bevy_mod_scripting_lua/mlua_serialize" ]
43
- mlua_macros = [" bevy_mod_scripting_lua/mlua_macros" ]
44
- mlua_async = [" bevy_mod_scripting_lua/mlua_async" ]
42
+ mlua_serialize = [" bevy_mod_scripting_lua? /mlua_serialize" ]
43
+ mlua_macros = [" bevy_mod_scripting_lua? /mlua_macros" ]
44
+ mlua_async = [" bevy_mod_scripting_lua? /mlua_async" ]
45
45
46
46
# # rhai
47
47
rhai = [" bevy_mod_scripting_rhai" ]
Original file line number Diff line number Diff line change @@ -1250,6 +1250,8 @@ impl Xtasks {
1250
1250
} )
1251
1251
}
1252
1252
1253
+ log:: info!( "Powerset command combinations: {:?}" , output) ;
1254
+
1253
1255
// also run a all features + each exclusive feature by itself
1254
1256
for feature in available_features
1255
1257
. 0
You can’t perform that action at this time.
0 commit comments