# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "shadertoy-rs" version = "0.7.0" authors = ["Federico Menozzi "] description = "A desktop client for Shadertoy written in Rust" homepage = "https://github.com/fmenozzi/shadertoy-rs" documentation = "https://github.com/fmenozzi/shadertoy-rs" readme = "README.md" keywords = [ "shadertoy", "graphics", "shaders", ] categories = ["rendering"] license = "MIT" repository = "https://github.com/fmenozzi/shadertoy-rs" [[bin]] name = "shadertoy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.clap] version = "2.23.2" features = ["yaml"] [dependencies.clippy] version = "0.*" optional = true [dependencies.env_logger] version = "0.3" [dependencies.gfx] version = "0.18.2" [dependencies.gfx_device_gl] version = "0.16.2" [dependencies.gfx_gl] version = "0.6.1" [dependencies.gfx_window_glutin] version = "0.31.0" [dependencies.glutin] version = "0.27.0" [dependencies.image] version = "0.13" [dependencies.log] version = "0.3" [dependencies.notify] version = "4.0.3" [dependencies.old_school_gfx_glutin_ext] version = "0.27.0" [dependencies.reqwest] version = "~0.9" [dependencies.serde_json] version = "1.0"