Files
vxls/Cargo.toml
T
2026-09-08 15:07:36 +02:00

26 lines
504 B
TOML

[package]
name = "vxls"
version = "0.1.0"
edition = "2024"
[dependencies]
bytemuck = {version = "1.25.2", features = ["derive"]}
crevice = {version = "0.20.1", features = ["glam"]}
egui = "0.36.1"
egui-wgpu = "0.36.1"
egui-winit = "0.36.1"
egui_plot = "0.37.0"
env_logger = "0.11.11"
fastapprox = "0.3.1"
glam = "0.33.5"
image = "0.25.10"
indicatif = "0.18.6"
itertools = "0.15.0"
ordered-float = "5.5.0"
pollster = "1.0.1"
rand = "0.10.2"
rayon = "1.12.0"
tiff = "0.11.3"
wgpu = "30"
winit = "0.30.13"