2024-11-06 13:18:17 +01:00
|
|
|
[package]
|
|
|
|
name = "rust_ash_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-11-06 16:47:54 +01:00
|
|
|
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
|
|
|
|
publish = false
|
2024-11-06 13:18:17 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-06 16:47:54 +01:00
|
|
|
winit = { version = "0.30" }
|
|
|
|
ash = { version = "0.38", features = ["linked", "debug", "std"] }
|
|
|
|
ash-window = "0.13"
|