Add ash and winit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-06 16:47:54 +01:00
parent 799205f02a
commit 433dc1afc8
2 changed files with 1744 additions and 0 deletions

1739
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -2,5 +2,10 @@
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"