110 lines
2.0 KiB
TOML
110 lines
2.0 KiB
TOML
# 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 = "2024"
|
|
name = "bevy_ufbx"
|
|
version = "0.18.1-rc.1"
|
|
authors = ["Artur <arturmisiurev@gmail.com>"]
|
|
build = false
|
|
exclude = ["assets/"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "FBX asset loader for Bevy using the ufbx library"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"bevy",
|
|
"fbx",
|
|
"asset",
|
|
"loader",
|
|
]
|
|
categories = [
|
|
"game-development",
|
|
"graphics",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/FizzWizzleDazzle/bevy_ufbx"
|
|
|
|
[lib]
|
|
name = "bevy_ufbx"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "load_fbx"
|
|
path = "examples/load_fbx.rs"
|
|
|
|
[[test]]
|
|
name = "basic_loading"
|
|
path = "tests/basic_loading.rs"
|
|
|
|
[[test]]
|
|
name = "integration"
|
|
path = "tests/integration.rs"
|
|
|
|
[[test]]
|
|
name = "label"
|
|
path = "tests/label.rs"
|
|
|
|
[[test]]
|
|
name = "load_all_ufbx_data"
|
|
path = "tests/load_all_ufbx_data.rs"
|
|
|
|
[[test]]
|
|
name = "loader_settings"
|
|
path = "tests/loader_settings.rs"
|
|
|
|
[[test]]
|
|
name = "types"
|
|
path = "tests/types.rs"
|
|
|
|
[[test]]
|
|
name = "utils"
|
|
path = "tests/utils.rs"
|
|
|
|
[dependencies.bevy]
|
|
version = "0.19"
|
|
features = [
|
|
"bevy_asset",
|
|
"bevy_render",
|
|
"bevy_pbr",
|
|
"bevy_world_serialization",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.bevy_image]
|
|
version = "0.19"
|
|
|
|
[dependencies.bevy_material]
|
|
version = "0.19"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
|
|
[dependencies.thiserror]
|
|
version = "2.0"
|
|
|
|
[dependencies.ufbx]
|
|
version = "0.9"
|
|
|
|
[dev-dependencies.bevy]
|
|
version = "0.19"
|
|
default-features = true
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0.145"
|
|
|
|
[dev-dependencies.ufbx]
|
|
version = "0.9"
|