Files
vxls/Cargo.toml
T
2026-09-12 16:16:21 +02:00

25 lines
514 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"
pollster = "1.0.1"
rand = "0.10.2"
rayon = "1.12.0"
tiff = "0.11.3"
wgpu = {version = "30", features = ["spirv"]}
winit = "0.30.13"