initial commit
parents
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "wgpu-mapping-tracking" | ||
version = "0.1.0" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
wgpu = "0.12" | ||
tokio = { version = "1", features = ["sync"] } | ||
\ No newline at end of file |
src/buffer.rs
0 → 100644
src/lib.rs
0 → 100644
src/queue.rs
0 → 100644
Please register or sign in to comment