# 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] name = "pf_sandbox" version = "0.1.1" authors = ["Rukai "] description = "A platform fighter sandbox featuring a character editor tightly integrated with gameplay." keywords = ["pf", "sandbox", "platform", "fighter"] license = "GPL-3.0" repository = "https://github.com/rukai/pf_sandbox" [dependencies.winit] version = "0.7" [dependencies.zip] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.treeflection_derive] version = "0.1" [dependencies.enum_traits_macros] version = "2.0" [dependencies.glium] version = "0.16" optional = true [dependencies.serde_derive] version = "1.0" [dependencies.vulkano-win] version = "0.5" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.num] version = "0.1.32" [dependencies.serde] version = "1.0" [dependencies.libusb] version = "0.3" [dependencies.matches] version = "0.1.4" [dependencies.treeflection] version = "0.1" [dependencies.vulkano] version = "0.5" optional = true [dependencies.vulkano-shader-derive] version = "0.5" optional = true [dependencies.rust-crypto] version = "0.2" [dependencies.vulkano_text] version = "0.3" optional = true [dependencies.reqwest] version = "0.5" [dependencies.enum_traits] version = "0.3" [dependencies.rand] version = "0.3" [dependencies.getopts] version = "0.2" [features] vulkan = ["vulkano", "vulkano-win", "vulkano-shader-derive", "vulkano_text"] default = ["vulkan"] opengl = ["glium"]