This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
vulkano
Watch
2
Star
0
Fork
0
You've already forked vulkano
mirror of
https://github.com/vulkano-rs/vulkano.git
synced
2024-11-22 23:05:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
741a5060c2
vulkano
/
Cargo.toml
4 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
Add Cargo workspace file
2016-08-07 12:31:07 +00:00
[
workspace
]
Goodbye vk-sys (#1601) You are gone, but not forgotten.
2021-09-04 05:08:06 +00:00
members
=
[
"examples"
,
"vulkano"
,
"vulkano-shaders"
,
"vulkano-win"
]
Auto-generate extensions and features, check requirements (#1599) * Migrate to using Ash as a base * Small change to test, to make it applicable to Vulkan 1.1 * Auto-generate extensions, check extension requirements * Add documentation to extensions, use vk.xml from Ash 0.32.1 * Remove `RawDeviceExtensions` and `RawInstanceExtensions` * Add extension conflict checking * Small fix * Add auto-generated features, more requirements checks * Features documentation * Macrofy required_if_supported_extensions * Include vulkano-gen tool * Move autogen imports to macros * Change autogen into a build script * Delete leftover file
2021-06-07 17:45:41 +00:00
exclude
=
[
"www"
]
Reference in New Issue
Copy Permalink