Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Merge #1327
Browse files Browse the repository at this point in the history
1327: Update cargo toml with release docs and remove appveyor badge r=azriel91,Rhuagh,Xaeroxe a=LucioFranco

This change updates the docs linked from crates.io to point to the
latest release instead of just master which may have diverged from the
last release. This also removes the appveyor badge since it is no
longer used so therefore it is no longer accurate. Also adds small
formatting changes.

Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
  • Loading branch information
bors[bot] and LucioFranco committed Jan 17, 2019
2 parents 8b7cf6a + a364d55 commit 9cfa51f
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 24 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Expand Up @@ -8,15 +8,14 @@ exclude = ["examples/*", "book/*"]
keywords = ["game", "engine", "sdk", "amethyst"]
categories = ["game-engines"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

readme = "README.md"
license = "MIT/Apache-2.0"

[badges]
appveyor = { repository = "amethyst/amethyst", branch = "master" }
travis-ci = { repository = "amethyst/amethyst", branch = "master" }

[features]
Expand Down Expand Up @@ -245,4 +244,7 @@ name = "auto_fov"
path = "examples/auto_fov/main.rs"

[workspace]
members = ["amethyst_gltf", "tests/amethyst_test"]
members = [
"amethyst_gltf",
"tests/amethyst_test"
]
2 changes: 1 addition & 1 deletion amethyst_animation/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "Animation support for Amethyst"
keywords = ["game", "engine", "animation", "3d", "amethyst"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_animation/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_animation/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_assets/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
keywords = ["game", "asset", "resource", "management", "amethyst"]
categories = ["filesystem"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_audio/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ exclude = ["examples/*"]
keywords = ["game", "engine", "audio","amethyst"]
categories = ["audio"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_audio/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_audio/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_config/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
exclude = ["examples/*"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_config/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_config/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_controls/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Joël Lupien <jojolepromain@gmail.com>"]
edition = "2018"
description = "Amethyst controls"

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_controls/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_controls/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_core/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <seamonr@gmail.com>"]
edition = "2018"
description = "Amethyst core"

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_core/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_core/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_derive/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <seamonr@gmail.com>"]
edition = "2018"
description = "Amethyst derive"

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_derive/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_derive/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_gltf/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Rhuagh <seamonr@gmail.com>"]
edition = "2018"
description = "GLTF asset loading"

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_gltf/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_gltf/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_input/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Rhuagh <seamonr@gmail.com>", "Xaeroxe <kieseljake@gmail.com>"]
edition = "2018"
description = "Input rebinding "

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_input/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_input/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_locale/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
categories = ["filesystem,localisation"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_locale/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_network/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ keywords = ["networking", "specs", "ecs", "amethyst", "serialization"]
categories = ["game-engines"]

readme = "README.md"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_network/index.html"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_network/index.html"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_renderer/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ exclude = ["examples/*"]
keywords = ["game", "engine", "renderer", "3d", "amethyst"]
categories = ["rendering", "rendering::engine"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_renderer/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_ui/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ description = "Amethyst UI crate"
keywords = ["ui", "specs", "ecs", "amethyst"]
categories = ["game-engines"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_ui/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_ui/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_utils/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <seamonr@gmail.com>", "Joël Lupien <jojolepromain@g
edition = "2018"
description = "Amethyst utils"

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_utils/"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_utils/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion book/src/intro.md
Expand Up @@ -47,7 +47,7 @@ This book is split into several sections, with this introduction being the first

Read the crate-level [API documentation][ad] for more details.

[ad]: https://www.amethyst.rs/doc/master/doc/amethyst/index.html
[ad]: https://www.amethyst.rs/doc/latest/doc/amethyst/index.html

[db]: https://github.com/amethyst/amethyst/

Expand Down
6 changes: 3 additions & 3 deletions book/src/pong-tutorial/pong-tutorial-01.md
Expand Up @@ -208,8 +208,8 @@ It should look something like this:


[ron]: https://github.com/ron-rs/ron
[st]: https://www.amethyst.rs/doc/master/doc/amethyst/prelude/trait.SimpleState.html
[ap]: https://www.amethyst.rs/doc/master/doc/amethyst/struct.Application.html
[st]: https://www.amethyst.rs/doc/latest/doc/amethyst/prelude/trait.SimpleState.html
[ap]: https://www.amethyst.rs/doc/latest/doc/amethyst/struct.Application.html
[gs]: ../getting-started.html
[displayconf]: https://www.amethyst.rs/doc/master/doc/amethyst_renderer/struct.DisplayConfig.html
[displayconf]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.DisplayConfig.html

2 changes: 1 addition & 1 deletion book/src/pong-tutorial/pong-tutorial-02.md
Expand Up @@ -626,5 +626,5 @@ moving!

[sb]: https://slide-rs.github.io/specs/
[sb-storage]: https://slide-rs.github.io/specs/05_storages.html#densevecstorage
[2d]: https://www.amethyst.rs/doc/master/doc/amethyst_renderer/struct.Camera.html#method.standard_2d
[2d]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Camera.html#method.standard_2d
[ss]: ../images/pong_tutorial/pong_spritesheet.png
2 changes: 1 addition & 1 deletion book/src/pong-tutorial/pong-tutorial-03.md
Expand Up @@ -389,5 +389,5 @@ keypresses, and move our game's paddles accordingly. In the next chapter, we'll
explore another key concept in real-time games: time. We'll make our game aware
of time, and add a ball for our paddles to bounce back and forth.

[doc_time]: https://www.amethyst.rs/doc/master/doc/amethyst_core/timing/struct.Time.html
[doc_time]: https://www.amethyst.rs/doc/latest/doc/amethyst_core/timing/struct.Time.html
[doc_bindings]: https://www.amethyst.rs/doc/latest/doc/amethyst_input/struct.Bindings.html
2 changes: 1 addition & 1 deletion book/src/pong-tutorial/pong-tutorial-04.md
Expand Up @@ -374,6 +374,6 @@ In the next chapter, we'll add a system checking when a player loses the game,
and add a scoring system!

[pong_02_drawing]: pong-tutorial-02.html#drawing
[doc_time]: https://www.amethyst.rs/doc/master/doc/amethyst_core/timing/struct.Time.html
[doc_time]: https://www.amethyst.rs/doc/latest/doc/amethyst_core/timing/struct.Time.html
[delta_timing]: https://en.wikipedia.org/wiki/Delta_timing

0 comments on commit 9cfa51f

Please sign in to comment.