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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Multi language scripting in Bevy"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " https://github.com/makspll/bevy_mod_scripting"
Original file line number Diff line number Diff line change 2
2
name = " bevy_api_gen"
3
3
version = " 0.5.0"
4
4
edition = " 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" ]
5
10
6
11
[[bin ]]
7
12
name = " cargo-bevy-api-gen"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bevy_event_priority"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Bevy plugin providing priority based event handling"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Traits and syn structures for language implementors"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Core traits and structures required for other parts of bevy_mod_scripting"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Bevy API for multiple script languages, part of bevy_mod_scripting."
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Necessary functionality for Lua support with bevy_mod_scripting"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Necessary functionality for Lua support with bevy_mod_scripting"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Necessary functionality for Rhai support with bevy_mod_scripting"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " 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"
3
3
version = " 0.6.0"
4
4
authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
5
5
edition = " 2021"
6
- license = " MIT"
6
+ license = " MIT OR Apache-2.0 "
7
7
description = " Necessary functionality for Rhai support with bevy_mod_scripting"
8
8
repository = " https://github.com/makspll/bevy_mod_scripting"
9
9
homepage = " https://github.com/makspll/bevy_mod_scripting"
You can’t perform that action at this time.
0 commit comments