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


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