Skip to content

Commit

Permalink
impr: update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrossi committed Apr 25, 2024
1 parent fc9f824 commit 9d81c88
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions apps/ryot_assets_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "A command-line interface for managing game assets within the Ryot framework, facilitating efficient asset conversions of Tibia assets."
repository = "https://github.com/opentibiabr/Ryot/tree/main/ryot"
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/ry-ot/Ryot/tree/main/ryot"
homepage = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["cli", "asset-management", "game-development", "command-line-tool", "ryot"]
categories = ["game-development"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
authors = ["Lucas Grossi <lucas.ggrosis@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Entry point for the Ryot framework, providing a unified API to aggregate all functionalities for simplified integration."
repository = "https://github.com/opentibiabr/Ryot/tree/main/ryot"
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/ry-ot/Ryot/tree/main/ryot"
homepage = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["game-development", "bevy", "framework", "tiled-2-games", "ryot"]
categories = ["game-development"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Contains essential plugins and bundles for building Bevy-based applications within the Ryot framework."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["bevy-plugins", "game-engine", "games-2d", "game-development", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Manages asset loading and processing, offering robust tools for efficient game resource management."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["asset-management", "resource-loading", "game-assets", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Core functionality crate for the Ryot framework, housing essential components and systems foundational to game development."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["game-development", "core", "foundation", "base-components", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Internal utilities and foundational elements for use within the Ryot framework, supporting cross-crate functionality."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["internal-utilities", "framework-support", "development-tools", "ryot"]
categories = ["game-development", "game-engines"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Provides specialized pathfinding functionalities for Bevy 2D, essential for dynamic navigation and movement within games."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["pathfinding", "navigation", "tiled-2d-games", "bevy", "ryot"]
categories = ["game-development", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_ray_casting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Implements ray casting capabilities for Bevy 2D, crucial for interactive game mechanics and line-of-sight features."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["ray-casting", "bevy", "tiled-2d-games", "game-mechanics", "ryot"]
categories = ["game-development", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_sprites/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Focuses on sprite management, handling animations and graphical representations for dynamic visual content in games."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["sprites", "animations", "graphics-2d", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_tibia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Specializes in managing and integrating Tibia-specific legacy assets, tailored for games inspired by the classic Tibia."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["tibia", "legacy-games", "game-assets", "asset-integration", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_tiled/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "Supports tile-based game development, providing tools for drawing and managing tilesets and tiled maps."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["tiled-maps", "tiled-2d-games", "level-design", "game-development", "ryot"]
categories = ["game-development", "games"]
Expand Down
4 changes: 2 additions & 2 deletions crates/ryot_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = [
]
license = "MIT OR Apache-2.0"
description = "General utilities and helpers for the Ryot framework, supporting a wide range of common game development tasks."
homepage = "https://github.com/opentibiabr/Ryot"
repository = "https://github.com/opentibiabr/Ryot"
homepage = "https://github.com/ry-ot/Ryot"
repository = "https://github.com/ry-ot/Ryot"
documentation = "https://docs.rs/ryot/"
keywords = ["utilities", "game-development", "helper-functions", "ryot"]
categories = ["game-development", "game-engines", "games"]
Expand Down

0 comments on commit 9d81c88

Please sign in to comment.