added all modules to be used
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/target
|
/target
|
||||||
/old
|
/old
|
||||||
|
|
||||||
|
|||||||
1008
Cargo.lock
generated
1008
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -8,3 +8,4 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
nalgebra = "0.32.3"
|
nalgebra = "0.32.3"
|
||||||
wgpu = "0.18.0"
|
wgpu = "0.18.0"
|
||||||
|
winit = "0.29.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user