-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (31 loc) · 882 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
[package]
name = "tessellate"
description = "3D scientific data visualization and plotting in Rust"
version = "0.1.0"
edition = "2021"
authors = ["BorisZhguchev <[email protected]>"]
license-file = "LICENSE"
keywords = ["visualization", "science", "geometry", "graphics", ]
homepage = "https://github.com/besok/tessellate"
repository = "https://github.com/besok/tessellate"
categories= ["algorithms", "science" ]
[dependencies]
glam= "0.29.1"
cfg-if = "1.0.0"
winit = { version = "0.30.3", features = ["rwh_05"] }
ico = "0.3.0"
env_logger = "0.11.3"
log = "0.4"
#wgpu = "23.0.0"
pollster = "0.4.0"
bytemuck = { version = "1.12", features = [ "derive" ] }
instant = "0.1.13"
rand = "0.9.0-alpha.1"
tobj = "4.0.2"
ply-rs = "0.1.3"
stl_io = "0.8.2"
egui-wgpu = "0.29.1"
egui-winit = { version = "0.29.1", default-features = false }
egui = "0.29.1"
image = "0.25.4"
petgraph = "0.6.5"