# 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_nine_slice_ui" version = "0.7.0" authors = ["Lorenz Mielke"] description = "A nine slice/patch texture plugin for bevy ui nodes, works in wasm" readme = "README.md" keywords = [ "bevy", "ui", "nine", "patch", "slice", ] license = "MIT" repository = "https://github.com/Lommix/bevy_nine_slice_ui" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_ui", "bevy_asset", ] default-features = false [dev-dependencies.bevy] version = "0.14"