[package] name = "linuxfb" version = "0.3.1" authors = ["Niklas Cathor "] edition = "2018" description = "Interface to the Linux Framebuffer API" license = "MIT" repository = "https://gitlab.com/nilclass/rust-linuxfb" keywords = ["linux", "framebuffer"] categories = ["graphics", "api-bindings", "os"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.68.1" [dependencies] libc = "0.2.148" memmap = "0.7.0"