10: Update README and relink gfx dependency to main repository r=kvark a=msiglreith
This commit is contained in:
bors[bot] 2017-12-20 12:43:55 +00:00
commit 21345fa702
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
## gfx-portability
[![Build Status](https://travis-ci.org/kvark/portability.svg?branch=master)](https://travis-ci.org/kvark/portability)
[![Build Status](https://travis-ci.org/gfx-rs/portability.svg?branch=master)](https://travis-ci.org/gfx-rs/portability)
This is a prototype static library implementing [Vulkan Portability Initiative](https://www.khronos.org/blog/khronos-announces-the-vulkan-portability-initiative) using gfx-rs [low-level core](http://gfx-rs.github.io/2017/07/24/low-level.html). See gfx-rs [meta issue](https://github.com/gfx-rs/gfx/issues/1354) for backend limitations and further details.

View file

@ -11,11 +11,11 @@ lazy_static = "1.0"
[dependencies.gfx-hal]
#path = "../gfx/src/hal"
git = "https://github.com/kvark/gfx-rs"
git = "https://github.com/gfx-rs/gfx"
branch = "portable"
[dependencies.gfx-backend-vulkan]
#path = "../gfx/src/backend/vulkan"
git = "https://github.com/kvark/gfx-rs"
git = "https://github.com/gfx-rs/gfx"
branch = "portable"
features = ["portable"]