# 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] edition = "2021" name = "fragula" version = "0.11.1" authors = ["mandeep "] description = "View shaders in real-time" homepage = "https://github.com/mandeep/fragula" documentation = "https://github.com/mandeep/fragula" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mandeep/fragula" [profile.release] lto = true [dependencies.cgmath] version = "0.17.0" [dependencies.clap] version = "2.33" [dependencies.crossbeam-channel] version = "0.3" [dependencies.glsl] version = "6.0" [dependencies.image] version = "0.23" [dependencies.luminance] version = "0.39" [dependencies.luminance-derive] version = "0.5" [dependencies.luminance-glfw] version = "0.12" [dependencies.notify] version = "=5.0.0-pre.1" [dependencies.try-guard] version = "0.2" [dependencies.wavefront_obj] version = "10.0" [target."cfg(windows)".dependencies.cmake] version = "0.1.50"