-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
20 lines (18 loc) · 965 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "graphtime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
pollster = "0.3.0"
wasmtime = "21.0"
wasmtime-wasi = "21.0"
tokio = { version = "1.40.0", features = ["full"] }
env_logger = "0.11.5"
log = "0.4.22"
anyhow = "1.0.89"
wasi-graphics-context-wasmtime = { git = "https://github.com/MendyBerger/wasi-webgpu.git", rev = "ea5e57cd6bf3d09caeb7f69d529e625585424dc5" }
wasi-surface-wasmtime = { git = "https://github.com/MendyBerger/wasi-webgpu.git", rev = "ea5e57cd6bf3d09caeb7f69d529e625585424dc5", features = ["winit"] }
wasi-webgpu-wasmtime = { git = "https://github.com/MendyBerger/wasi-webgpu.git", rev = "ea5e57cd6bf3d09caeb7f69d529e625585424dc5" }
wasi-frame-buffer-wasmtime = { git = "https://github.com/MendyBerger/wasi-webgpu.git", rev = "ea5e57cd6bf3d09caeb7f69d529e625585424dc5" }