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