# 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 = "leafrender" version = "0.1.0" authors = ["James "] description = "LeafRender is a simply, easy to use library to just get pixels onto the screen, regardless of your platform." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/j-selby/leafrender" [dependencies.egl] version = "0.2.7" optional = true [dependencies.evdev] version = "0.10.1" optional = true [dependencies.gl] version = "0.12.0" optional = true [dependencies.glutin] version = "0.21.0" optional = true [dependencies.image] version = "0.21" [dependencies.libc] version = "0.1" [dependencies.opengles] version = "0.1.2" optional = true [dependencies.rusttype] version = "0.7.6" [dependencies.videocore] version = "0.1.3" optional = true [features] default = ["desktop_gl"] desktop_gl = ["glutin", "gl"] raspberry_pi = ["egl", "opengles", "videocore", "evdev"]