-
Notifications
You must be signed in to change notification settings - Fork 61
/
Cargo.toml
39 lines (34 loc) · 1.05 KB
/
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
[workspace]
members = [
"crosscom/runtime/rust",
"radiance/radiance",
"radiance/radiance_editor",
"yaobow/common",
"yaobow/fileformats",
"yaobow/macros",
"yaobow/shared",
"yaobow/packfs",
"yaobow/yaobow",
"yaobow/yaobow_editor",
"tools/pol_exporter",
"tools/asdebug",
"tools/dbexp",
"tools/repacker",
]
resolver = "2"
[patch.crates-io]
filetime = { git = "https://github.com/dontpanic92/filetime", branch = "yaobow" }
chlorine = { git = "https://github.com/dontpanic92/chlorine", branch = "yaobow" }
vcpkg = { git = "https://github.com/dontpanic92/vcpkg-rs", branch = "yaobow" }
xxhash-rust = { git = "https://github.com/dontpanic92/xxhash-rust", branch = "yaobow" }
[patch."https://github.com/meh/rust-ffmpeg"]
ffmpeg = { git = "https://github.com/dontpanic92/rust-ffmpeg", branch = "yaobow2" }
#[patch."https://github.com/dontpanic92/mini-fs"]
#mini-fs = { path = "../mini-fs" }
[profile.release-with-symbol]
inherits = "release"
debug = true
[profile.vita-release]
inherits = "release"
debug = true
# lto = true