fyrox-impl 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-impl"
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]
enable_profiler = ["fyrox-core/enable_profiler"]
mesh_analysis = []

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

[dependencies.approx]
version = "0.5.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.bitflags]
version = "2.9.1"

[dependencies.bytemuck]
version = "1.23.2"
features = ["derive"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.fxhash]
version = "0.2.1"

[dependencies.fyrox-animation]
version = "1.0.0"

[dependencies.fyrox-autotile]
version = "1.0.0"

[dependencies.fyrox-core]
version = "1.0.0"
features = ["serde"]

[dependencies.fyrox-core-derive]
version = "1.0.0"

[dependencies.fyrox-graph]
version = "1.0.0"

[dependencies.fyrox-graphics]
version = "1.0.0"

[dependencies.fyrox-graphics-gl]
version = "1.0.0"

[dependencies.fyrox-material]
version = "1.0.0"

[dependencies.fyrox-resource]
version = "1.0.0"

[dependencies.fyrox-sound]
version = "1.0.0"

[dependencies.fyrox-texture]
version = "1.0.0"

[dependencies.fyrox-ui]
version = "1.0.0"

[dependencies.gltf]
version = "1.4.0"
features = [
    "names",
    "utils",
    "extras",
    "KHR_materials_emissive_strength",
]
default-features = false

[dependencies.half]
version = "2.2.1"
features = ["bytemuck"]

[dependencies.hashbrown]
version = "0.15"
features = [
    "default",
    "default-hasher",
]

[dependencies.image]
version = "0.25.1"
features = [
    "gif",
    "jpeg",
    "png",
    "tga",
    "tiff",
    "bmp",
]
default-features = false

[dependencies.imageproc]
version = "0.25.0"

[dependencies.inflate]
version = "0.4.5"

[dependencies.libloading]
version = "0.9"

[dependencies.lightmap]
version = "0.5.0"

[dependencies.rapier2d]
version = "0.32"
features = ["debug-render"]

[dependencies.rapier3d]
version = "0.32"
features = ["debug-render"]

[dependencies.rayon]
version = "1.5.1"

[dependencies.ron]
version = "0.11.0"

[dependencies.rust-fuzzy-search]
version = "0.1.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_core]
version = "1.0.225"
features = ["default"]

[dependencies.serde_json]
version = "1"
features = [
    "raw_value",
    "default",
    "std",
    "unbounded_depth",
]

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.toml]
version = "0.9"
features = ["parse"]
default-features = false

[dependencies.toml_edit]
version = "0.23"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "default",
    "js",
]

[dependencies.uvgen]
version = "0.3.0"

[dependencies.walkdir]
version = "2.3.2"

[dependencies.wide]
version = "0.7.33"
features = [
    "std",
    "default",
]

[dependencies.winit]
version = "0.30"
features = ["serde"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cargo_metadata]
version = "0.22"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.open]
version = "5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.opener]
version = "0.8"
features = ["reveal"]
default-features = false

[target.'cfg(target_os = "android")'.dependencies.winit]
version = "0.30"
features = ["android-native-activity"]