# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "miratope" version = "0.1.0" authors = ["Violeta Hernández ", "Grayson Burton ", "Roman Salinas "] description = "A polytope renderer and builder." license = "MIT" repository = "https://github.com/OfficialURL/miratope-rs" [profile.release] lto = "thin" incremental = true [dependencies.approx] version = "0.4" [dependencies.bevy] version = "0.5" features = ["bevy_gltf", "bevy_winit", "bevy_wgpu", "render", "bevy_dynamic_plugin", "hdr", "x11"] default-features = false [dependencies.bevy_egui] version = "0.4" [dependencies.dyn-clone] version = "1.0" [dependencies.factorial] version = "0.2" [dependencies.float-ord] version = "0.3" [dependencies.gcd] version = "2.0" [dependencies.itertools] version = "0.10" [dependencies.lyon] version = "0.17" [dependencies.nalgebra] version = "0.26" features = ["serde-serialize", "rand"] [dependencies.petgraph] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.4" [dependencies.rfd] version = "0.3" [dependencies.ron] version = "0.6" [dependencies.scapegoat] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.webbrowser] version = "0.5" [dependencies.xml-rs] version = "0.8" [dependencies.zip] version = "0.5"