diff --git a/README.md b/README.md index c1e958f..153f37b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/libportability-gfx/Cargo.toml b/libportability-gfx/Cargo.toml index c9f0ed5..b9052b2 100644 --- a/libportability-gfx/Cargo.toml +++ b/libportability-gfx/Cargo.toml @@ -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"]