Skip to content

Commit ca2895b

Browse files
committed
project manager crate description
1 parent 9465617 commit ca2895b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

project-manager/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "fyrox-project-manager"
33
version = "0.36.0"
44
edition = "2021"
5+
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
6+
license = "MIT"
7+
description = "Project manager for Fyrox engine"
8+
keywords = ["fyrox", "project", "manager"]
9+
categories = ["game-development"]
10+
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/resources/**/*"]
11+
homepage = "https://fyrox.rs"
12+
repository = "https://github.com/FyroxEngine/Fyrox"
13+
rust-version = "1.80"
514

615
[dependencies]
716
fyrox = { version = "0.36.0", path = "../fyrox" }

0 commit comments

Comments
 (0)