# 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 = "fsr" version = "0.1.11" authors = ["Embark "] description = "FidelityFX Super Resolution 2 bindings for rust." license = "MIT" repository = "https://github.com/EmbarkStudios/fsr-rs" [dependencies.ash] version = "0.38" optional = true [dependencies.bitflags] version = "2.4" [dependencies.fsr-sys] version = "0.1.10" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "1.0" [dependencies.windows] version = "0.51" features = ["Win32_Graphics_Direct3D12"] optional = true [features] d3d12 = [ "fsr-sys/d3d12", "dep:windows", ] default = [] vulkan = [ "fsr-sys/vulkan", "dep:ash", ]