File tree Expand file tree Collapse file tree 11 files changed +15
-10
lines changed
bevy_mod_scripting_common
bevy_mod_scripting_lua_derive
bevy_mod_scripting_rhai_derive Expand file tree Collapse file tree 11 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Multi language scripting in Bevy"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change 22name = " bevy_api_gen"
33version = " 0.5.0"
44edition = " 2021"
5+ description = " Code generator tool for bevy"
6+ license = " MIT OR Apache-2.0"
7+ repository = " https://github.com/makspll/bevy_mod_scripting"
8+ readme = " readme.md"
9+ include = [" readme.md" , " /src" , " /templates" ]
510
611[[bin ]]
712name = " cargo-bevy-api-gen"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_event_priority"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Bevy plugin providing priority based event handling"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_common"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Traits and syn structures for language implementors"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_core"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Core traits and structures required for other parts of bevy_mod_scripting"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_script_api"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Bevy API for multiple script languages, part of bevy_mod_scripting."
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_lua"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Necessary functionality for Lua support with bevy_mod_scripting"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_lua_derive"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Necessary functionality for Lua support with bevy_mod_scripting"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_rhai"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Necessary functionality for Rhai support with bevy_mod_scripting"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_mod_scripting_rhai_derive"
33version = " 0.6.0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
6- license = " MIT"
6+ license = " MIT OR Apache-2.0 "
77description = " Necessary functionality for Rhai support with bevy_mod_scripting"
88repository = " https://github.com/makspll/bevy_mod_scripting"
99homepage = " https://github.com/makspll/bevy_mod_scripting"
You can’t perform that action at this time.
0 commit comments