-
Notifications
You must be signed in to change notification settings - Fork 12
/
Cargo.toml
40 lines (37 loc) · 940 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
authors = ["Andreas Reich <r_andreas2@web.de>"]
edition = "2018"
name = "blub"
version = "0.1.0"
resolver = "2"
[dependencies]
bytemuck = "1.4.1"
cgmath = {version = "0.18.0", features = ["rand", "serde"]}
enumflags2 = "0.7.1"
env_logger = "0.9"
futures = "0.3"
image = {version = "0.23", default-features = false, features = ["png", "hdr"]}
lazy_static = "1.4"
log = "0.4"
more-asserts = "0.2"
notify = "5.0.0"
rand = {version = "0.8.3", features = ["small_rng"]}
regex = "1"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
shaderc = "0.7"
strum = "0.21"
strum_macros = "0.21"
tobj = "3.0.0"
wgpu = "0.9"
wgpu-profiler = "0.5"
winit = "0.25"
# egui and related
egui = "0.13"
epi = "0.13"
egui_wgpu_backend = "0.10"
egui_winit_platform = "0.9"
[profile.dev.package."*"]
opt-level = 3
[patch.crates-io]
wgpu = { git = "https://github.com/Wumpf/wgpu.git", commit = "13940628306aeb21ba9af6d9a4d62530d274dab0" }