| Crates.io | plate |
| lib.rs | plate |
| version | 0.5.0 |
| created_at | 2022-07-18 18:19:21.815571+00 |
| updated_at | 2022-09-20 02:21:44.494784+00 |
| description | Rust library for writing simpler Vulkan code |
| homepage | |
| repository | https://github.com/pcasotti/plate |
| max_upload_size | |
| id | 627857 |
| size | 132,484 |
Rust library for writing simpler Vulkan code
Add the library to your Cargo.toml file:
[dependencies]
plate = "0.5"
Example code is available in the examples directory.
Use cargo to run the examples:
cargo run --example triangle