# 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_ui_3d" version = "0.2.0" description = "A UI plugin to enable 3d interactions" readme = "README.md" keywords = [ "gamedev", "bevy", "ui", "3d", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/jebradbury39/bevy_ui_extended" [[example]] name = "3d_scene" path = "examples/3d_scene.rs" [dependencies.bevy] version = "0.12.0" [dependencies.bevy_rapier3d] version = "0.23.0" [dependencies.smallvec] version = "1.11.1"