# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "flo_render" version = "0.3.1" authors = ["Andrew Hunter"] include = [ "Cargo.toml", "src/**/*", "shaders/**/*", "bindings/**/*", "build.rs", ] description = "Streaming API for rendering graphics on hardware" categories = [ "graphics", "rendering", "rendering::graphics-api", ] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flowbetween" [dependencies.cocoa] version = "0.23" optional = true [dependencies.flo_canvas] version = "0.3" optional = true [dependencies.flo_render_gl_offscreen] version = "0.3" optional = true [dependencies.gl] version = "0.14" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.metal] version = "0.23" optional = true [build-dependencies.bindgen] version = "0.54" [features] opengl = [ "gl", "libc", "flo_render_gl_offscreen", ] osx-metal = [ "metal", "cocoa", "flo_canvas", ] [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9"