mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 07:01:29 +11:00
Another gfx-rs update and more Dolphin screenshots
This commit is contained in:
parent
0ceed32835
commit
810c52c8ab
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -297,7 +297,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
[[package]]
|
||||
name = "gfx-backend-dx11"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gfx-rs/gfx#3cd05e496ebfa461bc1225115d010e99d56a22d7"
|
||||
source = "git+https://github.com/gfx-rs/gfx#5f9f52377de7b88ad4208732acfafcf4eebf1965"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"derivative 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -314,7 +314,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "gfx-backend-dx12"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gfx-rs/gfx#3cd05e496ebfa461bc1225115d010e99d56a22d7"
|
||||
source = "git+https://github.com/gfx-rs/gfx#5f9f52377de7b88ad4208732acfafcf4eebf1965"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"derivative 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -330,7 +330,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "gfx-backend-metal"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gfx-rs/gfx#3cd05e496ebfa461bc1225115d010e99d56a22d7"
|
||||
source = "git+https://github.com/gfx-rs/gfx#5f9f52377de7b88ad4208732acfafcf4eebf1965"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -351,7 +351,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "gfx-backend-vulkan"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gfx-rs/gfx#3cd05e496ebfa461bc1225115d010e99d56a22d7"
|
||||
source = "git+https://github.com/gfx-rs/gfx#5f9f52377de7b88ad4208732acfafcf4eebf1965"
|
||||
dependencies = [
|
||||
"ash 0.24.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -368,7 +368,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "gfx-hal"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gfx-rs/gfx#3cd05e496ebfa461bc1225115d010e99d56a22d7"
|
||||
source = "git+https://github.com/gfx-rs/gfx#5f9f52377de7b88ad4208732acfafcf4eebf1965"
|
||||
dependencies = [
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -16,6 +16,8 @@ This is a prototype library implementing [Vulkan Portability Initiative](https:/
|
|||
### [Dolphin](https://github.com/dolphin-emu):
|
||||
![Dolphin-sb](etc/dolphin-smash-bros.png)
|
||||
![Dolphin-pm](etc/dolphin-paper-mario.png)
|
||||
![Dolphin-mk](etc/dolphin-mario-kart.jpg)
|
||||
![Dolphin-md](etc/dolphin-metroid.jpg)
|
||||
|
||||
## Instructions
|
||||
|
||||
|
|
BIN
etc/dolphin-mario-kart.jpg
Normal file
BIN
etc/dolphin-mario-kart.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
etc/dolphin-metroid.jpg
Normal file
BIN
etc/dolphin-metroid.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue