# 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 = "gol-renderer" version = "1.0.0" authors = ["Shuyang Sun "] description = "Renderer for gol-client." license = "Apache-2.0" [dependencies.gfx-hal] version = "0.7.0" [dependencies.gol-core] version = "1.0.0" [dependencies.ncurses] version = "5.101.0" optional = true [dependencies.num-traits] version = "0.2.14" [dependencies.rayon] version = "1.5.0" [dependencies.rgb] version = "0.8.27" [dependencies.shaderc] version = "0.7.2" [dependencies.tokio] version = "1.4.0" features = ["sync"] [dependencies.winit] version = "0.24.0" [features] ascii = ["ncurses"] default = [] [target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"$ARCH-pc-windows-gnu\")))".dependencies.backend] version = "=0.7.0" package = "gfx-backend-vulkan" [target."cfg(target_os = \"macos\")".dependencies.backend] version = "=0.7.0" package = "gfx-backend-metal" [target."cfg(windows)".dependencies.backend] version = "=0.7.0" package = "gfx-backend-dx12"