diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:19 +0100 |
commit | 9d96c45d822b181d4ec145d6c73cf3a2da499c24 (patch) | |
tree | dcbe688ff8295cbd0122c89722bb0c44f393293b /Cargo.toml | |
parent | 2a90de8796c7d1d4ae8aa7f2c48f7a8b38dac387 (diff) |
fix(render): add vulkan context code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |