aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commit9d96c45d822b181d4ec145d6c73cf3a2da499c24 (patch)
treedcbe688ff8295cbd0122c89722bb0c44f393293b /Cargo.toml
parent2a90de8796c7d1d4ae8aa7f2c48f7a8b38dac387 (diff)
fix(render): add vulkan context code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1022b60..9db406f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ members = [
[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