Files
vxls/Cargo.toml
T
2026-09-03 23:23:43 +02:00

24 lines
459 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"
itertools = "0.15.0"
pollster = "1.0.1"
rand = "0.10.2"
rayon = "1.12.0"
tiff = "0.11.3"
wgpu = "30"
winit = "0.30.13"