# 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] name = "processing" version = "0.3.2" authors = ["Robert Ennis "] build = "build.rs" exclude = ["benches/*", "test.jpg"] description = " An implementation of the Processing environment for Rust, with influences from Cinder and\n openFrameworks. It is written with Glium and has a Glutin and a GLFW backend. Tested so far\n on macOS and Linux. It has been developed by Robert Ennis in the lab of Katja Doerschner,\n a part of the Allgemeine Psychologie Department at the Justus-Liebig Universitaet of Giessen.\n" keywords = ["processing", "opengl", "generative", "art", "psychophysics"] license = "MIT" repository = "https://github.com/rennis250/processing-rs" [dependencies.gl] version = "0.6.3" [dependencies.glfw] version = "0.22" features = ["image"] optional = true default-features = false [dependencies.glium] version = "0.21" [dependencies.image] version = "0.17.0" [dependencies.nalgebra] version = "0.16.6" [dependencies.owning_ref] version = "0.3.3" [dev-dependencies.num-traits] version = "0.1.40" [dev-dependencies.rand] version = "0.5.5" [dev-dependencies.time] version = "0.1.38" [build-dependencies.cc] version = "1.0" [features] default = [] glfwp5 = ["glfw"] [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.11.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.2"