# 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.81" name = "bevy_magic_fx" version = "0.15.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Define mesh-based vfx in serialized files" readme = "README.md" license = "MIT" [lib] name = "bevy_magic_fx" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "enchantment" path = "examples/enchantment.rs" [[example]] name = "preview" path = "examples/preview.rs" [[example]] name = "showcase" path = "examples/showcase.rs" [[example]] name = "waterfall" path = "examples/waterfall.rs" [dependencies.bevy] version = "0.15.0" features = ["tga"] [dependencies.bevy_common_assets] version = "0.12" features = [ "ron", "toml", ] [dependencies.bevy_obj] version = "0.15" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1"