# 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_proto_resource_tuples" version = "0.1.0" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] exclude = [ "/examples/", "/macros/", ] description = "A prototype for a new resources API in bevy" homepage = "https://github.com/JonahPlusPlus/bevy_proto_resource_tuples" documentation = "https://docs.rs/bevy_proto_resource_tuples" license = "MIT OR Apache-2.0" repository = "https://github.com/JonahPlusPlus/bevy_proto_resource_tuples" [dependencies.bevy_app] version = "0.10" [dependencies.bevy_ecs] version = "0.10" [dependencies.bevy_proto_resource_tuples_macros] version = "0.1" [dev-dependencies.bevy] version = "0.10"