-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (22 loc) · 1.05 KB
/
Cargo.toml
File metadata and controls
23 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "donut"
version = "0.1.0"
edition = "2024"
[dependencies]
anstyle = "1.0.11"
anyhow = "1.0.98"
bytemuck = "1.23.0"
color-backtrace = "0.7.0"
env_logger = { version = "0.11.8", default-features = false, features = ["auto-color", "humantime"] }
glam = { version = "0.30.3", features = ["bytemuck"] }
image = { version = "0.25.6", default-features = false, features = ["webp"] }
log = { version = "0.4.27", features = ["release_max_level_info"] }
palette = { version = "0.7.6", default-features = false, features = ["std"] }
pollster = "0.4.0"
rand = { version = "0.9.1", default-features = false, features = ["alloc", "thread_rng"] }
rgb = { version = "0.8.50", default-features = false, features = ["bytemuck"] }
serde = { version = "1.0.219", features = ["derive"] }
tiled = { version = "0.14.0", default-features = false }
toml = "0.8.22"
wgpu = { version = "25.0.2", default-features = false, features = ["metal", "vulkan", "wgsl"] }
winit = { version = "0.30.11", default-features = false, features = ["wayland", "wayland-dlopen", "x11", "rwh_06"] }