mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 23:11:30 +11:00
Merge #10
10: Update README and relink gfx dependency to main repository r=kvark a=msiglreith
This commit is contained in:
commit
21345fa702
|
@ -1,5 +1,5 @@
|
||||||
## gfx-portability
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ lazy_static = "1.0"
|
||||||
|
|
||||||
[dependencies.gfx-hal]
|
[dependencies.gfx-hal]
|
||||||
#path = "../gfx/src/hal"
|
#path = "../gfx/src/hal"
|
||||||
git = "https://github.com/kvark/gfx-rs"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
branch = "portable"
|
branch = "portable"
|
||||||
|
|
||||||
[dependencies.gfx-backend-vulkan]
|
[dependencies.gfx-backend-vulkan]
|
||||||
#path = "../gfx/src/backend/vulkan"
|
#path = "../gfx/src/backend/vulkan"
|
||||||
git = "https://github.com/kvark/gfx-rs"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
branch = "portable"
|
branch = "portable"
|
||||||
features = ["portable"]
|
features = ["portable"]
|
||||||
|
|
Loading…
Reference in a new issue