Switch to using wgpu for vis

This commit is contained in:
Lol3rrr
2025-12-28 12:08:05 +01:00
parent 60c55aee55
commit 0dcf867ea5
6 changed files with 2987 additions and 126 deletions

View File

@@ -6,3 +6,9 @@ edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.29.0"
env_logger = "0.11"
pollster = "0.4"
wgpu = "28.0.0"
winit = { version = "0.30.8", features = ["android-native-activity"] }
bytemuck = { version = "1.24", features = ["derive"] }