# 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 = "ufb" version = "0.2.1" authors = ["MoAlyousef "] description = "Just quickly show or draw a framebuffer in a window, nothing else!" documentation = "https://docs.rs/ufb" readme = "README.md" keywords = ["framebuffer", "image", "windowing", "opengl"] categories = ["development-tools::debugging", "rendering", "visualization", "graphics"] license = "MIT" repository = "https://github.com/MoAlyousef/ufb" [dependencies.glfw] version = "0.41" [dependencies.glu-sys] version = "0.1.4" [dev-dependencies.image] version = "0.23" features = ["jpeg"] default-features = false [dev-dependencies.num-complex] version = "0.3" [dev-dependencies.rand] version = "0.8.3"