forked from hannobraun/fornjot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
45 lines (39 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[package]
name = "fj-host"
version = "0.5.0"
edition = "2021"
description = "The world needs another CAD program."
readme = "README.md"
repository = "https://github.com/hannobraun/fornjot"
license = "0BSD"
keywords = ["cad", "programmatic", "code-cad"]
categories = ["mathematics", "rendering"]
[dependencies]
anyhow = "1.0.55"
approx = "0.5.1"
bytemuck = "1.8.0"
decorum = "0.3.1"
futures = "0.3.21"
libloading = "0.7.2"
map-macro = "0.2.0"
nalgebra = "0.30.0"
notify = "5.0.0-pre.13"
num-traits = "0.2.14"
parry2d-f64 = "0.8.0"
parry3d-f64 = "0.8.0"
spade = "2.0.0"
thiserror = "1.0.30"
threemf = "0.2.0"
tracing = "0.1.31"
wgpu = "0.12.0"
wgpu_glyph = "0.16.0"
winit = "0.26.1"
[dependencies.clap]
version = "3.1.5"
features = ["derive"]
[dependencies.fj]
version = "0.5.0"
path = "fj"
[dependencies.tracing-subscriber]
version = "0.3.9"
features = ["env-filter", "fmt"]