# 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 = "nuance" version = "0.3.2" authors = ["Guillaume Anthouard "] include = ["src/**/*", "LICENSE", "README.md"] description = "A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs." homepage = "https://github.com/Gui-Yom/nuance" readme = "README.md" keywords = ["shaders", "glsl", "graphics", "visualization", "wgpu"] categories = ["graphics", "rendering", "visualization"] license = "Apache-2.0" repository = "https://github.com/Gui-Yom/nuance" resolver = "2" [profile.dev.package.deflate] opt-level = 3 [profile.dev.package.image] opt-level = 3 [profile.dev.package.png] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" codegen-units = 4 [dependencies.anyhow] version = "1" [dependencies.crevice] version = "0.7" [dependencies.egui] version = "0.14" features = ["mint"] [dependencies.egui_wgpu_backend] version = "0.12" [dependencies.egui_winit_platform] version = "0.10" features = ["webbrowser"] [dependencies.futures-executor] version = "0.3" [dependencies.glsl-lang] version = "0.1" [dependencies.image] version = "0.23" features = ["png", "bmp", "jpeg", "gif"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.mint] version = "0.5" [dependencies.notify] version = "4" [dependencies.puffin] version = "0.7" [dependencies.puffin_egui] version = "0.6" [dependencies.rfd] version = "0.4" [dependencies.shaderc] version = "0.7" [dependencies.simplelog] version = "0.10" [dependencies.wgpu] version = "0.10" features = ["spirv"] [dependencies.winit] version = "0.25" features = ["mint"]