-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (39 loc) · 1021 Bytes
/
Cargo.toml
File metadata and controls
40 lines (39 loc) · 1021 Bytes
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
40
[package]
name = "grasp"
version = "0.1.0"
edition = "2021"
[dependencies]
mosaic = { path = "../mosaic" }
grasp_proc_macros = { path = "./grasp_proc_macros" }
env_logger = "0.10.0"
serde = "1.0.190"
rust-ini = "0.20.0"
log = "0.4.20"
rand = "0.8.5"
image = { version = "0.24", features = ["jpeg", "png"] }
quadtree_rs = "0.1.3"
itertools = "0.12.0"
open = "5.0.1"
urlencoding = "2.1.3"
rfd = "0.12.1"
reqwest = { version = "0.11.22", features = [ "blocking", "json" ] }
iso8601-timestamp = "0.2.13"
whoami = "1.4.1"
lazy_static = "1.4.0"
stb_image = "0.3.0"
gl = "0.14.0"
sdl2 = { version = "0.36.0", features = [ "image" ] }
imgui = { version = "0.11.0", features = [ "docking" ] }
imgui-sdl2 = "0.15.3"
imgui-opengl-renderer = "0.12.1"
layout-rs = "0.1.1"
tokio = { version = "1", features = ["full"] }
warp = "0.3"
futures = "0.3.30"
ordered-multimap = "0.7.1"
array_tool = "1.0.3"
anyhow = { version = "1.0.75", features = [ "backtrace" ] }
ron = "0.8.1"
random_color = "0.8.0"
serde_json = "1.0.113"
regex="1.10.3"