diff options
Diffstat (limited to 'third_party/rust/d3d12/Cargo.toml')
-rw-r--r-- | third_party/rust/d3d12/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/d3d12/Cargo.toml b/third_party/rust/d3d12/Cargo.toml index 88aedd92f7..1425e10b80 100644 --- a/third_party/rust/d3d12/Cargo.toml +++ b/third_party/rust/d3d12/Cargo.toml @@ -40,7 +40,7 @@ implicit-link = [] bitflags = "2" [target."cfg(windows)".dependencies.libloading] -version = ">=0.7,<0.9" +version = ">=0.7, <0.9" optional = true [target."cfg(windows)".dependencies.winapi] |