File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/languages/bevy_mod_scripting_lua_derive Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ vec1 = "1.10.1"
40
40
[dev-dependencies ]
41
41
trybuild = " 1.0"
42
42
bevy = { workspace = true , default-features = false }
43
- bevy_mod_scripting = { path = " ../../../../bevy_mod_scripting" , version = " 0.6.0 " , features = [
43
+ bevy_mod_scripting = { path = " ../../../../bevy_mod_scripting" , features = [
44
44
" lua" ,
45
45
" lua_script_api" ,
46
46
" lua54" ,
47
47
] }
48
- bevy_script_api = { path = " ../../bevy_script_api" , version = " 0.6.0 " }
49
- bevy_mod_scripting_lua = { path = " ../bevy_mod_scripting_lua" , version = " 0.6.0 " }
48
+ bevy_script_api = { path = " ../../bevy_script_api" }
49
+ bevy_mod_scripting_lua = { path = " ../bevy_mod_scripting_lua" }
50
50
bevy_mod_scripting_core = { workspace = true }
You can’t perform that action at this time.
0 commit comments