# 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 = "otium" version = "1.0.3" authors = ["Siddharth Atre "] exclude = [".vscode/*", "RenderDoc Capture Settings.cap"] description = "A shader playground for creating high resolution digital paintings." readme = "README.md" keywords = ["shaders", "painting", "art", "shadertoy", "creative-coding"] categories = ["game-development", "graphics", "multimedia", "visualization"] license-file = "LICENSE" repository = "https://github.com/Satre95/Otium" [package.metadata.docs.rs] rustdoc-args = ["--all-targets", "--release"] [[bin]] name = "otium" doc = true [dependencies.bytemuck] version = "1.4.1" features = ["derive"] [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3.8" [dependencies.half] version = "1.6.0" [dependencies.image] version = "0.23.12" [dependencies.imgui] version = "0.6.1" [dependencies.imgui-wgpu] version = "0.12.0" [dependencies.imgui-winit-support] version = "0.6.1" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.11" [dependencies.notify] version = "4.0.15" [dependencies.raw-window-handle] version = "0.3.3" [dependencies.shaderc] version = "0.7.0" [dependencies.stopwatch] version = "0.0.7" [dependencies.wgpu] version = "0.6.2" [dependencies.winit] version = "0.24.0"