updated documentation and resources

This commit is contained in:
awtterpip
2024-04-25 21:05:37 -05:00
parent 0b93358aa6
commit b2b40ba95a
6 changed files with 256 additions and 21 deletions

View File

@@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2021"
[features]
default = ["vulkan"]
default = ["vulkan", "passthrough"]
vulkan = ["dep:ash"]
passthrough = []
# bevy can't be placed behind target or proc macros won't work properly
[dependencies]