fyrox 1.0.0

Feature-rich, easy-to-use, 2D/3D game engine with a scene editor. Like Godot, but in Rust.
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"
version = "1.0.0"
authors = [
    "Dmitry Stepanov <d1maxa@yandex.ru>",
    "Fyrox Engine Contributors",
]
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feature-rich, easy-to-use, 2D/3D game engine with a scene editor. Like Godot, but in Rust."
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox"
readme = "README.md"
keywords = [
    "sound",
    "game",
    "engine",
    "3d",
    "gui",
]
categories = [
    "game-engines",
    "graphics",
    "gui",
    "rendering",
    "wasm",
]
license = "MIT"
repository = "https://github.com/FyroxEngine/Fyrox"

[features]
default = ["fyrox-impl"]
dylib = ["fyrox-dylib"]
mesh_analysis = [
    "fyrox-impl/mesh_analysis",
    "fyrox-dylib/mesh_analysis",
]

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

[dependencies.fyrox-dylib]
version = "1.0.0"
optional = true

[dependencies.fyrox-impl]
version = "1.0.0"
optional = true