Skip to content

Commit 90343ff

Browse files
committed
added missing fields for fyrox-dylib manifest
1 parent 4f827e4 commit 90343ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

fyrox-dylib/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
name = "fyrox-dylib"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>", "Fyrox Engine Contributors"]
6+
license = "MIT"
7+
description = "Dynamic library for Fyrox Game Engine"
8+
keywords = ["sound", "game", "engine", "3d", "gui"]
9+
categories = ["game-engines", "graphics", "gui", "rendering", "wasm"]
10+
include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]
11+
homepage = "https://fyrox.rs"
12+
documentation = "https://docs.rs/fyrox-dylib"
13+
repository = "https://github.com/FyroxEngine/Fyrox"
14+
readme = "README.md"
15+
rust-version = "1.72"
516

617
[lib]
718
crate-type = ["dylib"]

0 commit comments

Comments
 (0)