17 lines
531 B
TOML
17 lines
531 B
TOML
[package]
|
|
name = "fyrox-scripts"
|
|
version = "2.0.0-rc.1"
|
|
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
description = "Standard scripts for the Fyrox engine"
|
|
keywords = ["asset", "resource"]
|
|
categories = ["game-development"]
|
|
include = ["/src/**/*", "/Cargo.toml", "/LICENSE"]
|
|
homepage = "https://fyrox.rs"
|
|
documentation = "https://docs.rs/fyrox-scripts"
|
|
repository = "https://github.com/FyroxEngine/Fyrox"
|
|
rust-version = "1.94"
|
|
|
|
[dependencies]
|
|
fyrox = { version = "2.0.0-rc.1", path = "../fyrox" } |