mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Changelog entry for PR #1410; Nightly build temporary disabled until #1423 resolved
This commit is contained in:
parent
70186b5034
commit
770ea22bb8
@ -17,10 +17,11 @@ jobs:
|
||||
dist: bionic
|
||||
rust:
|
||||
- stable
|
||||
- os: linux
|
||||
dist: bionic
|
||||
rust:
|
||||
- nightly
|
||||
# Nightly build turned off until #1423 resolved
|
||||
# - os: linux
|
||||
# dist: bionic
|
||||
# rust:
|
||||
# - nightly
|
||||
- os: osx
|
||||
rust:
|
||||
- stable
|
||||
|
@ -5,6 +5,8 @@
|
||||
- Added a `properties` method to `Format`.
|
||||
- Added additional device feature flags for enabling SPIR-V related capabilities.
|
||||
- Added method `copy_buffer_dimensions` that allows copying parts of buffers containing arrays.
|
||||
- Fixed surface creation function on Windows(PR #1410).
|
||||
- Travis CI Linux Nightly job temporary disabled until #1423 resolved.
|
||||
|
||||
# Version 0.19.0 (2020-06-01)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user