-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
25 lines (22 loc) · 812 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
[workspace]
members = [
# "helicoid-client",
"helicoid-protocol",
"helicoid-helixserver",
"helicoid-testserver",
"helicoid-gpurender",
"helicoid-wgpu",
]
default-members = [
"helicoid-wgpu"
]
resolver = "2"
[patch.crates-io]
rkyv = { git = "https://github.com/rkyv/rkyv.git"}
ordered-float = { git = "https://github.com/freqmod/rust-ordered-float.git"}
wgpu = { git = "https://github.com/freqmod/wgpu.git", branch ="alt_blend"}
naga = { git = "https://github.com/gfx-rs/naga.git", branch ="master"}
#winit = { git = "https://github.com/freqmod/winit.git", branch="keys"}
# Needed by helix repo crates (helix-core etc.)
[workspace.dependencies]
tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sitter", rev = "7d4b0110a9e92161d247a051018ee42b0513e98d" }