mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
parent
4c515a81cb
commit
1964ae7922
@ -3,12 +3,14 @@ name = "vulkano-macros"
|
||||
version = "0.34.0"
|
||||
edition = "2021"
|
||||
authors = ["The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Macros used by Vulkano"
|
||||
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-macros"
|
||||
description = "Macros used by vulkano"
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
documentation = "https://docs.rs/vulkano-macros"
|
||||
homepage = "https://vulkano.rs"
|
||||
publish = true
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
||||
categories = ["rendering::graphics-api"]
|
||||
readme = "../README.md"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -3,13 +3,14 @@ name = "vulkano-shaders"
|
||||
version = "0.34.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Shaders rust code generation macro"
|
||||
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-shaders"
|
||||
description = "Macro for generating Rust code from shaders"
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
documentation = "https://docs.rs/vulkano-shaders"
|
||||
homepage = "https://vulkano.rs"
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
||||
categories = ["rendering::graphics-api"]
|
||||
readme = "../README.md"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -3,13 +3,14 @@ name = "vulkano-util"
|
||||
version = "0.34.0"
|
||||
edition = "2021"
|
||||
authors = ["The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Utility functionality to make usage of Vulkano easier"
|
||||
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-util"
|
||||
description = "Utility functionality to make usage of vulkano easier"
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
documentation = "https://docs.rs/vulkano-util"
|
||||
homepage = "https://vulkano.rs"
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
||||
categories = ["rendering::graphics-api"]
|
||||
readme = "../README.md"
|
||||
|
||||
[dependencies]
|
||||
ahash = "0.8"
|
||||
|
@ -3,13 +3,14 @@ name = "vulkano-win"
|
||||
version = "0.34.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-win"
|
||||
description = "Link between vulkano and winit"
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
documentation = "https://docs.rs/vulkano-win"
|
||||
homepage = "https://vulkano.rs"
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
||||
categories = ["rendering::graphics-api"]
|
||||
readme = "../README.md"
|
||||
|
||||
[features]
|
||||
default = ["winit", "raw-window-handle"]
|
||||
|
@ -3,7 +3,7 @@ name = "vulkano"
|
||||
version = "0.34.0"
|
||||
edition = "2021"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano"
|
||||
description = "Safe wrapper for the Vulkan graphics API"
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
@ -52,5 +52,5 @@ nalgebra = "0.32"
|
||||
|
||||
[features]
|
||||
default = ["macros"]
|
||||
macros = ["vulkano-macros"]
|
||||
macros = ["dep:vulkano-macros"]
|
||||
document_unchecked = []
|
||||
|
Loading…
Reference in New Issue
Block a user