# 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 = "shadergraph" version = "0.1.0" authors = ["Isaac Clayton "] description = "Create evolving artistic images with hot-code-reloaded Lisp and GLSL." homepage = "https://blog.tonari.no/shadergraph" readme = "README.md" keywords = ["shader", "glsl", "lisp", "reload", "shdergraph"] license = "MIT" repository = "https://github.com/tonarino/shadergraph" [dependencies.ffmpeg-next] version = "4.4" [dependencies.glium] version = "0.30.2" [dependencies.image] version = "0.23" [dependencies.include_dir] version = "0.6" [dependencies.lexpr] version = "0.2.6" [dependencies.notify] version = "5.0.0-pre.12" [dependencies.structopt] version = "0.3"