# 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 = "reforge" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A real-time vulkan compute shader utility capable of chaining shaders together in a render graph" readme = "README.md" license = "MIT" [[bin]] name = "reforge" path = "src/main.rs" [dependencies.ash] version = "0.37.2" [dependencies.ash-window] version = "0.12.0" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.ffmpeg-sys-next] version = "6.0.1" [dependencies.gpu-allocator] version = "0.22.0" [dependencies.lalrpop-util] version = "0.20.0" features = [ "lexer", "unicode", ] [dependencies.raw-window-handle] version = "0.5" [dependencies.shaderc] version = "0.8" [dependencies.spirv-reflect] version = "0.2.3" [dependencies.winit] version = "0.27.1" [build-dependencies.lalrpop] version = "0.20.0"