Miscellaneous fixes

This commit is contained in:
Dzmitry Malyshau
2021-03-01 09:30:32 -05:00
committed by Dzmitry Malyshau
parent 96527290f3
commit 69bf7f5f17
4 changed files with 2 additions and 6 deletions

View File

@@ -41,7 +41,6 @@ path = "bin/convert.rs"
[dev-dependencies]
difference = "2.0"
env_logger = "0.8"
ron = "0.6"
serde = { version = "1.0", features = ["derive"] }
spirv = { package = "spirv_headers", version = "1.5", features = ["deserialize"] }

View File

@@ -23,7 +23,7 @@ Back-end | Status | Notes |
SPIR-V (binary) | :white_check_mark: | |
WGSL | | |
Metal | :white_check_mark: | |
HLSL | | |
HLSL | :construction: | |
GLSL | :ok: | |
AIR | | |
DXIL/DXIR | | |

View File

@@ -1,4 +1,4 @@
#![allow(dead_code)]
#![allow(dead_code)]
use super::error::Error;
///! see https://en.wikipedia.org/wiki/Control-flow_graph

View File

@@ -40,9 +40,6 @@ struct BindTarget {
#[derive(Default, serde::Deserialize)]
struct Parameters {
#[serde(default)]
#[allow(dead_code)]
spv_flow_dump_prefix: String,
#[cfg_attr(not(feature = "spv-out"), allow(dead_code))]
spv_version: (u8, u8),
#[cfg_attr(not(feature = "spv-out"), allow(dead_code))]