diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | 86a10c5c34157859e33b8d6ae5e51ec4159ed1cc (patch) | |
tree | 5fbf52a1f44b232ed52093128868ba531f036441 /Cargo.toml | |
parent | d36efbb9d100894c8989111ae9b4700db2a8a32f (diff) |
refactor(render): update gfx-hal and fix compilation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,10 +3,4 @@ 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" }
\ No newline at end of file +]
\ No newline at end of file |