diff --git a/Cargo.lock b/Cargo.lock index 731105fb9..bb9c7d82e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,9 +401,9 @@ dependencies = [ [[package]] name = "generator" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68" +checksum = "f5e13c8f4607ff74f6d0fa37007cb95492531333f46bb9744f772d9e7830855c" dependencies = [ "cc", "libc", diff --git a/README.md b/README.md index a327c97da..731c77651 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ If you are looking for the native implementation or bindings to the API in other DX12 | :heavy_check_mark: | | | Vulkan | :heavy_check_mark: | :heavy_check_mark: | | Metal | | | :heavy_check_mark: | - OpenGL | :construction: | :construction: | :construction: | + OpenGL | | :construction: | :construction: | :heavy_check_mark: = Primary support — :white_check_mark: = Secondary support — :construction: = Unsupported, but support in progress diff --git a/bors.toml b/bors.toml index 38ac9b451..2cbeb4c7a 100644 --- a/bors.toml +++ b/bors.toml @@ -6,5 +6,5 @@ status = [ "Ubuntu Stable", "Ubuntu Nightly", "Windows Stable", - #"Windows Nightly", + "Windows Nightly", ]