aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9db406fc77668015cc100569f46c82798d35beac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = [
    "stockton-types",
    "stockton-render",
    "examples/render-triangles"
]


[patch.crates-io]
gfx-backend-gl = { git = "https://github.com/gfx-rs/gfx" }
gfx-backend-vulkan = { git = "https://github.com/gfx-rs/gfx" }
gfx-hal = { git = "https://github.com/gfx-rs/gfx" }