# 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-alt-ui-navigation-lite" version = "0.2.1" authors = [ "Rob Parrett", "Nicola Papale", ] exclude = [ "assets", ".github", ] description = "A bevy plugin to make implementing ui navigation in your game a piece of cake" homepage = "https://github.com/rparrett/bevy-alt-ui-navigation-lite" readme = "Readme.md" keywords = [ "bevy", "ui", "navigation", "keyboard", "gamepad", ] categories = [ "game-development", "accessibility", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy-alt-ui-navigation-lite" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_ui", "bevy_render", ] default-features = false [dependencies.non-empty-vec] version = "0.2.2" default-features = false [dev-dependencies.bevy] version = "0.14" default-features = true [dev-dependencies.fastrand] version = "2.0.1" [features] bevy_reflect = [] default = ["bevy_reflect"]