File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
languages/bevy_mod_scripting_lua Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ rhai_script_api=["bevy_script_api/rhai"]
6161[dependencies ]
6262bevy = { version = " 0.9.1" , default-features = false }
6363bevy_mod_scripting_core = { path = " bevy_mod_scripting_core" , version = " 0.2.0" }
64- bevy_mod_scripting_lua = { path = " languages/bevy_mod_scripting_lua" , version = " 0.1.1 " , optional = true }
64+ bevy_mod_scripting_lua = { path = " languages/bevy_mod_scripting_lua" , version = " 0.2.0 " , optional = true }
6565bevy_mod_scripting_rhai = { path = " languages/bevy_mod_scripting_rhai" , version = " 0.1.1" , optional = true }
6666bevy_script_api = { path = " bevy_script_api" , version = " 0.1.1" , optional = true }
6767
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ parking_lot="0.12.1"
3333paste =" 1.0.7"
3434thiserror =" 1.0.32"
3535# lua
36- bevy_mod_scripting_lua ={path =" ../languages/bevy_mod_scripting_lua" , version =" 0.1.1 " , optional =true }
36+ bevy_mod_scripting_lua ={path =" ../languages/bevy_mod_scripting_lua" , version = " 0.2.0 " , optional =true }
3737bevy_mod_scripting_lua_derive ={path =" ../languages/bevy_mod_scripting_lua_derive" , version =" 0.1.1" , optional =true }
3838bevy_mod_scripting_rhai ={path =" ../languages/bevy_mod_scripting_rhai" , version =" 0.1.1" , optional =true }
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_mod_scripting_lua"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
66license = " MIT"
@@ -40,7 +40,7 @@ path="src/lib.rs"
4040
4141[dependencies ]
4242bevy = { version = " 0.9.1" , default-features = false }
43- bevy_mod_scripting_core = {path =" ../../bevy_mod_scripting_core" , version = " 0.2.0" }
43+ bevy_mod_scripting_core = {path =" ../../bevy_mod_scripting_core" , version = " 0.2.0" }
4444tealr = { version = " 0.9.0-alpha" , features =[" mlua_vendored" ," mlua_send" ]}
4545parking_lot = " 0.12.1"
4646serde_json = " 1.0.81"
You can’t perform that action at this time.
0 commit comments