Unlock nightly builds on CI

This commit is contained in:
Dzmitry Malyshau 2020-09-10 11:04:24 -04:00
parent 2972212d42
commit fc27920fde
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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

View File

@ -6,5 +6,5 @@ status = [
"Ubuntu Stable",
"Ubuntu Nightly",
"Windows Stable",
#"Windows Nightly",
"Windows Nightly",
]