# 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_example_dialogue_view" version = "0.3.0" authors = ["Jan Hohenheim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Example dialog view 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 = [ "game-development", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" [lib] name = "bevy_yarnspinner_example_dialogue_view" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_ui", "bevy_text", "bevy_render", "png", "bevy_asset", ] default-features = false [dependencies.bevy_yarnspinner] version = "0.3.0" [dependencies.unicode-segmentation] version = "1"