# 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_pipelines_ready" version = "0.4.0" exclude = [".github"] description = "Bevy plugin for tracking render pipeline status." homepage = "https://github.com/rparrett/bevy_pipelines_ready" documentation = "https://docs.rs/bevy_pipelines_ready" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy_pipelines_ready" [dependencies.bevy] version = "0.14" features = ["bevy_render"] default-features = false [dependencies.crossbeam-channel] version = "0.5.0" [dev-dependencies.bevy] version = "0.14" features = [ "android_shared_stdcxx", "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_state", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi_threaded", "tonemapping_luts", "ktx2", "zstd", "x11", ] default-features = false [features] webgl2 = ["bevy/webgl2"] webgpu = ["bevy/webgpu"]