Florian RICHER
cbadffc41f
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m11s
19 lines
No EOL
430 B
TOML
19 lines
No EOL
430 B
TOML
[package]
|
|
name = "rust_vulkan_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Florian RICHER <florian.richer@protonmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
winit = { version = "0.30", features = ["rwh_06"] }
|
|
ash = { version = "0.38", default-features = false, features = ["linked", "debug", "std"] }
|
|
ash-window = "0.13"
|
|
|
|
# Log and tracing
|
|
log = "0.4"
|
|
env_logger = "0.11.5"
|
|
|
|
[build-dependencies]
|
|
glob = "0.3" |