forked from amethyst/amethyst
-
Notifications
You must be signed in to change notification settings - Fork 0
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
87 changed files
with
286 additions
and
273 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst" | ||
version = "0.9.0" | ||
authors = ["Eyal Kalderon <[email protected]>"] | ||
edition = "2018" | ||
description = "Data-oriented game engine written in Rust" | ||
exclude = ["examples/*", "book/*"] | ||
keywords = ["game", "engine", "sdk", "amethyst"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_animation" | ||
version = "0.4.0" | ||
authors = ["Simon Rönnberg <[email protected]>"] | ||
edition = "2018" | ||
description = "Animation support for Amethyst" | ||
keywords = ["game", "engine", "animation", "3d", "amethyst"] | ||
|
||
|
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
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,6 +3,7 @@ name = "amethyst_assets" | |
version = "0.5.0" | ||
authors = ["torkleyy <[email protected]>"] | ||
readme = "README.md" | ||
edition = "2018" | ||
description = """ | ||
Asynchronous asset management for games. | ||
""" | ||
|
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_audio" | ||
version = "0.4.0" | ||
authors = ["Xaeroxe <[email protected]>"] | ||
edition = "2018" | ||
description = "Audio support for Amethyst" | ||
exclude = ["examples/*"] | ||
keywords = ["game", "engine", "audio","amethyst"] | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_config" | ||
version = "0.8.0" | ||
authors = ["Aceeri <[email protected]>"] | ||
edition = "2018" | ||
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors." | ||
exclude = ["examples/*"] | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
extern crate amethyst_config; | ||
|
||
#[macro_use] | ||
extern crate serde_derive; | ||
|
||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_controls" | ||
version = "0.3.0" | ||
authors = ["Joël Lupien <[email protected]>"] | ||
edition = "2018" | ||
description = "Amethyst controls" | ||
|
||
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_controls/" | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_core" | ||
version = "0.4.0" | ||
authors = ["Simon Rönnberg <[email protected]>"] | ||
edition = "2018" | ||
description = "Amethyst core" | ||
|
||
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_core/" | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_derive" | ||
version = "0.2.0" | ||
authors = ["Simon Rönnberg <[email protected]>"] | ||
edition = "2018" | ||
description = "Amethyst derive" | ||
|
||
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_derive/" | ||
|
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_gltf" | ||
version = "0.4.0" | ||
authors = ["Rhuagh <[email protected]>"] | ||
edition = "2018" | ||
description = "GLTF asset loading" | ||
|
||
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_gltf/" | ||
|
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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "amethyst_input" | ||
version = "0.5.0" | ||
authors = ["Rhuagh <[email protected]>", "Xaeroxe <[email protected]>"] | ||
edition = "2018" | ||
description = "Input rebinding " | ||
|
||
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_input/" | ||
|
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,6 +3,7 @@ name = "amethyst_locale" | |
version = "0.3.0" | ||
authors = ["Joël Lupien <[email protected]>"] | ||
readme = "README.md" | ||
edition = "2018" | ||
description = """ | ||
Localisation bindings. | ||
""" | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = [ | |
"Joël Lupien (Jojolepro) <[email protected]>", | ||
"Lucio Franco (LucioFranco) <[email protected]>" | ||
] | ||
edition = "2018" | ||
description = "Amethyst networking crate" | ||
keywords = ["networking", "specs", "ecs", "amethyst", "serialization"] | ||
categories = ["game-engines"] | ||
|
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
Oops, something went wrong.