summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1d12c6298eec102824902e4199d91407c66580b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "pxs"
version = "0.1.0"
edition = "2024"

[dependencies]
wgpu = "29.0.4"
egui = {version = "0.35.0", features = ["default_fonts"]}
egui-winit = "0.35.0"
egui-wgpu = "0.35.0"
winit = { version = "0.30", features = ["rwh_06"] }
env_logger = "0.11.11"
puffin = "0.20.0"
puffin_http = "0.17.0"
rand = "0.10.2"
rayon = "1.12.0"
futures = "0.3.34"

[features]
profiler = []