# 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 = "pathfinder_metal" version = "0.5.1" authors = ["Patrick Walton "] description = "A simple cross-platform GPU abstraction library: Metal backend" homepage = "https://github.com/servo/pathfinder" license = "MIT/Apache-2.0" repository = "https://github.com/servo/pathfinder" [dependencies.bitflags] version = "1.0" [dependencies.block] version = "0.1" [dependencies.byteorder] version = "1.3" [dependencies.cocoa] version = "0.19" [dependencies.core-foundation] version = "0.7" [dependencies.foreign-types] version = "0.3" [dependencies.half] version = "1.5" [dependencies.metal] version = "0.17" [dependencies.objc] version = "0.2" [dependencies.pathfinder_geometry] version = "0.5" [dependencies.pathfinder_gpu] version = "0.5" [dependencies.pathfinder_resources] version = "0.5" [dependencies.pathfinder_simd] version = "0.5"