# 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_gl_offscreen" version = "0.3.1" authors = ["Andrew Hunter"] description = "Re-exports platform-appropriate libraries for initialising offscreen rendering" license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_draw" [dependencies] [target."cfg(target_os = \"linux\")".dependencies.egl] version = "0.2" [target."cfg(target_os = \"linux\")".build-dependencies.bindgen] version = "0.54" [target."cfg(target_os = \"macos\")".dependencies.cgl] version = "0.3" [target."cfg(target_os = \"windows\")".dependencies.glutin_wgl_sys] version = "0.1" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "winnt", "winuser", "wingdi", "libloaderapi", ]