This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
2023-04-05 09:57:21 +00:00
|
|
|
[package]
|
|
|
|
name = "eruption"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Sven Vogel"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
vulkano = "0.33.0"
|
|
|
|
vulkano-win = "0.33.0"
|
2023-04-06 13:40:50 +00:00
|
|
|
vulkano-shaders = "0.33.0"
|
2023-04-05 09:57:21 +00:00
|
|
|
winit = "0.28.3"
|