aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commit86a10c5c34157859e33b8d6ae5e51ec4159ed1cc (patch)
tree5fbf52a1f44b232ed52093128868ba531f036441 /Cargo.toml
parentd36efbb9d100894c8989111ae9b4700db2a8a32f (diff)
refactor(render): update gfx-hal and fix compilation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9db406f..10bd505 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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