Skip to content

Commit

Permalink
added more info for crates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Feb 5, 2025
1 parent 1083c4a commit c5745fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fyrox-build-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "fyrox-build-tools"
version = "0.36.0"
edition = "2021"
license = "MIT"
description = "Build tools for Fyrox Engine"
keywords = ["build"]
categories = ["game-development"]
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-build-tools"
repository = "https://github.com/FyroxEngine/Fyrox"
rust-version = "1.80"

[dependencies]
fyrox-core = { path = "../fyrox-core", version = "0.36.0" }
Expand Down
9 changes: 9 additions & 0 deletions fyrox-texture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "fyrox-texture"
version = "0.36.0"
edition = "2021"
license = "MIT"
description = "Texture utilities for Fyrox Engine"
keywords = ["graphics"]
categories = ["game-development"]
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-texture"
repository = "https://github.com/FyroxEngine/Fyrox"
rust-version = "1.80"

[dependencies]
fyrox-core = { path = "../fyrox-core", version = "0.36.0" }
Expand Down

0 comments on commit c5745fc

Please sign in to comment.