-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Multi language scripting in Bevy" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_event_priority" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Bevy plugin providing priority based event handling" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_common" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Traits and syn structures for language implementors" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_core" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Core traits and structures required for other parts of bevy_mod_scripting" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_script_api" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Bevy API for multiple script languages, part of bevy_mod_scripting." | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_lua" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Necessary functionality for Lua support with bevy_mod_scripting" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_lua_derive" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Necessary functionality for Lua support with bevy_mod_scripting" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_rhai" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Necessary functionality for Rhai support with bevy_mod_scripting" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bevy_mod_scripting_rhai_derive" | |
version = "0.6.0" | ||
authors = ["Maksymilian Mozolewski <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
license = "MIT OR Apache-2.0" | ||
description = "Necessary functionality for Rhai support with bevy_mod_scripting" | ||
repository = "https://github.com/makspll/bevy_mod_scripting" | ||
homepage = "https://github.com/makspll/bevy_mod_scripting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters