Florian RICHER
433dc1afc8
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
11 lines
No EOL
275 B
TOML
11 lines
No EOL
275 B
TOML
[package]
|
|
name = "rust_ash_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
winit = { version = "0.30" }
|
|
ash = { version = "0.38", features = ["linked", "debug", "std"] }
|
|
ash-window = "0.13" |