You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "particles"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
winit = "0.20.0"
|
|
ash = "0.37.3"
|
|
num = "0.2"
|
|
cgmath = "0.17.0"
|
|
image = "0.22"
|
|
memoffset = "0.5.1"
|
|
tobj = "0.1.10"
|
|
rand = "0.8.5"
|