# 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_yarnspinner_demo" version = "0.1.0" authors = ["Jan Hohenheim "] description = "A demo for Bevy Yarn Spinner for Rust, the friendly tool for writing game dialogue" homepage = "https://docs.yarnspinner.dev/" readme = "README.md" keywords = [ "gamedev", "dialog", "yarn", "bevy", ] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" [dependencies.bevy] version = "0.12" [dependencies.bevy_editor_pls] version = "0.7" optional = true [dependencies.bevy_sprite3d] version = "2.7" [dependencies.bevy_yarnspinner] version = "0.1" [dependencies.bevy_yarnspinner_example_dialogue_view] version = "0.1" [features] default = [] editor = ["dep:bevy_editor_pls"]