# 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 = "framebuffer" version = "0.3.1" authors = ["Roy van der Vegt "] description = "Basic framebuffer abstraction. Handles the necessary ioctls and mmaps the framebuffer device.\n" documentation = "http://roysten.github.io/rust-framebuffer/target/doc/framebuffer/" keywords = ["framebuffer", "fb"] license = "WTFPL" repository = "https://github.com/roysten/rust-framebuffer" [lib] name = "framebuffer" path = "src/lib.rs" [[example]] name = "rust-logo" path = "examples/rust-logo/main.rs" [[example]] name = "starfield" path = "examples/starfield/main.rs" [[example]] name = "mandelbrot" path = "examples/mandelbrot/main.rs" [[example]] name = "sierpinski" path = "examples/sierpinski/main.rs" [dependencies.errno] version = "0.2.7" [dependencies.libc] version = "0.2" [dependencies.memmap] version = "0.7" [dev-dependencies.bmp] version = "0.1.4" [dev-dependencies.rand] version = "0.6"