fyrox-scripts 1.0.0-rc.2

Standard scripts for the Fyrox engine
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.87"
name = "fyrox-scripts"
version = "1.0.0-rc.2"
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard scripts for the Fyrox engine"
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-scripts"
readme = false
keywords = [
    "asset",
    "resource",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/FyroxEngine/Fyrox"

[lib]
name = "fyrox_scripts"
path = "src/lib.rs"

[dependencies.fyrox]
version = "1.0.0-rc.2"