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


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