1
0
Fork 0
wgpu-tutorial/Cargo.toml

35 lines
715 B
TOML

[package]
name = "wgpu-tutorial"
version = "0.1.0"
authors = ["Adrian Hedqvist <adrian@tollyx.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wgpu = { version = "0.8.0" }
winit = "0.24.0"
image = "0.23"
futures = "0.3"
bytemuck = { version="1.4", features = ["derive"] }
anyhow = "1"
env_logger = "0.8"
log = "0.4"
tobj = "2"
cgmath = "0.18.0"
# imgui = "0.7.0"
# imgui-wgpu = "0.14.0"
# imgui-winit-support = "0.7.0"
bracket-noise = "0.8.1"
rayon = "1"
# egui = "0.11.0"
# egui_wgpu_backend = "0.7.0"
# egui_winit_platform = "0.6.0"
[build-dependencies]
shaderc = "0.7"
fs_extra = "1"
anyhow = "1"
glob = "0.3"
rayon = "1"