# 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 = "megafb" version = "0.0.1" authors = ["Lokathor "] description = "winit + gfx-hal based framebuffer displayer" readme = "README.md" keywords = ["framebuffer", "pixels"] license = "0BSD" repository = "https://github.com/Lokathor/megafb" [dependencies.gfx-backend-vulkan] version = "0.2" optional = true [dependencies.gfx-hal] version = "0.2" [dependencies.shaderc] version = "0.6" [dependencies.winit] version = "0.20.0-alpha2" [features] default = [] dx12 = ["gfx-backend-dx12"] metal = ["gfx-backend-metal"] vulkan = ["gfx-backend-vulkan"] [target."cfg(target_os = \"macos\")".dependencies.gfx-backend-metal] version = "0.2" optional = true [target."cfg(windows)".dependencies.gfx-backend-dx12] version = "0.2" optional = true [badges.appveyor] repository = "Lokathor/megafb" [badges.travis-ci] repository = "Lokathor/megafb"