# 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_fsl_box_frame" version = "0.4.0" authors = ["Duncan Fairbanks "] description = "A gizmo for manipulating an OBB via 3D picking" homepage = "https://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame" documentation = "https://docs.rs/bevy_fsl_box_frame" readme = "README.md" keywords = [ "bevy", "gizmo", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame" [dependencies.approx] version = "0.5" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_pbr", ] default-features = false [dependencies.bevy_mod_picking] version = "0.20" default-features = false [dependencies.bevy_polyline] version = "0.10" [dependencies.nalgebra] version = "0.32" features = ["glam027"] [dependencies.parry3d] version = "0.13" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_pbr", "bevy_winit", "x11", "tonemapping_luts", ] default-features = false