# 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" name = "bevy_dyn_component" version = "0.3.0" authors = ["Josh Hyatt "] description = "Safe dynamic components API for Bevy" readme = "README.md" keywords = [ "gamedev", "ecs", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jnhyatt/bevy_dyn_component" [[example]] name = "hello_world" [[example]] name = "relations_at_home" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_ptr] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dev-dependencies.bevy] version = "0.14" default-features = false