Add ash and winit
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
This commit is contained in:
parent
799205f02a
commit
433dc1afc8
2 changed files with 1744 additions and 0 deletions
1739
Cargo.lock
generated
1739
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
Loading…
Reference in a new issue