-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathCargo.toml
27 lines (23 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
21
22
23
24
25
26
27
[package]
name = "utils"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
skyline = "0.2.1"
skyline_smash = { git = "https://github.com/blu-dev/skyline-smash", features = ["weak_l2cvalue"] }
lazy_static = "1.4.0"
arcropolis-api = { git = "https://github.com/Raytwo/arcropolis_api" }
prc-rs = { git = "https://github.com/ultimate-research/prc-rs", features = ["indexmap-std", "xml-feat"] }
parking_lot = "0.11.2"
hdr-macros = { path = "../hdr-macros" }
utils-dyn = { package = "dynamic", path = "../dynamic" }
ninput = { git = "https://github.com/blu-dev/ninput" }
skyline-web = { git = "https://github.com/skyline-rs/skyline-web" }
smash_script = { git = "https://github.com/blu-dev/smash-script", branch = "development" }
once_cell = "1.15.0"
colorgrad = "0.6.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[features]
no-offset-search = []