mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 23:11:30 +11:00
Include Cargo.lock instead of fixed revisions
This commit is contained in:
parent
014ad54760
commit
64faf13e00
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,3 @@ conformance/*.xml
|
||||||
conformance/*.qpa
|
conformance/*.qpa
|
||||||
conformance/*.txt
|
conformance/*.txt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
|
||||||
|
|
1014
Cargo.lock
generated
Normal file
1014
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -25,23 +25,19 @@ optional = true
|
||||||
|
|
||||||
[dependencies.gfx-hal]
|
[dependencies.gfx-hal]
|
||||||
git = "https://github.com/gfx-rs/gfx"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
rev = "efa0822a343489f3c72df9537628c1283179a6df"
|
|
||||||
#path = "../../gfx/src/hal"
|
#path = "../../gfx/src/hal"
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "macos"))'.dependencies.gfx-backend-vulkan]
|
[target.'cfg(not(target_os = "macos"))'.dependencies.gfx-backend-vulkan]
|
||||||
git = "https://github.com/gfx-rs/gfx"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
rev = "efa0822a343489f3c72df9537628c1283179a6df"
|
|
||||||
#path = "../../gfx/src/backend/vulkan"
|
#path = "../../gfx/src/backend/vulkan"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.gfx-backend-dx12]
|
[target.'cfg(windows)'.dependencies.gfx-backend-dx12]
|
||||||
git = "https://github.com/gfx-rs/gfx"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
rev = "efa0822a343489f3c72df9537628c1283179a6df"
|
|
||||||
#path = "../../gfx/src/backend/dx12"
|
#path = "../../gfx/src/backend/dx12"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies.gfx-backend-metal]
|
[target.'cfg(target_os = "macos")'.dependencies.gfx-backend-metal]
|
||||||
git = "https://github.com/gfx-rs/gfx"
|
git = "https://github.com/gfx-rs/gfx"
|
||||||
rev = "efa0822a343489f3c72df9537628c1283179a6df"
|
|
||||||
#path = "../../gfx/src/backend/metal"
|
#path = "../../gfx/src/backend/metal"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
Loading…
Reference in a new issue