File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
languages/bevy_mod_scripting_rhai Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ rhai_script_api=["bevy_script_api/rhai"]
6262bevy = { version = " 0.9.1" , default-features = false }
6363bevy_mod_scripting_core = { path = " bevy_mod_scripting_core" , version = " 0.2.0" }
6464bevy_mod_scripting_lua = { path = " languages/bevy_mod_scripting_lua" , version = " 0.2.0" , optional = true }
65- bevy_mod_scripting_rhai = { path = " languages/bevy_mod_scripting_rhai" , version = " 0.1.1 " , optional = true }
65+ bevy_mod_scripting_rhai = { path = " languages/bevy_mod_scripting_rhai" , version = " 0.2.0 " , optional = true }
6666bevy_script_api = { path = " bevy_script_api" , version = " 0.1.1" , optional = true }
6767
6868[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ thiserror="1.0.32"
3535# lua
3636bevy_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.2.0" , optional =true }
38- bevy_mod_scripting_rhai ={path =" ../languages/bevy_mod_scripting_rhai" , version =" 0.1.1 " , optional =true }
38+ bevy_mod_scripting_rhai ={path =" ../languages/bevy_mod_scripting_rhai" , version = " 0.2.0 " , optional =true }
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_mod_scripting_rhai"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
66license = " MIT"
@@ -24,4 +24,4 @@ path="src/lib.rs"
2424[dependencies ]
2525bevy = { version = " 0.9.1" , default-features = false }
2626rhai = { version = " 1.8.0" , features = [" sync" ] }
27- bevy_mod_scripting_core = {path =" ../../bevy_mod_scripting_core" , version = " 0.2.0" }
27+ bevy_mod_scripting_core = {path =" ../../bevy_mod_scripting_core" , version = " 0.2.0" }
You can’t perform that action at this time.
0 commit comments