From 5d16ac702bebf9c1bb8cfce669e9a41d7b0d63c5 Mon Sep 17 00:00:00 2001 From: msiglreith Date: Tue, 19 Dec 2017 22:28:57 +0100 Subject: [PATCH] Update README and relink gfx dependency to main repository --- README.md | 2 +- libportability-gfx/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]