Update Cargo.toml

This commit is contained in:
Bence
2025-11-13 19:11:04 +01:00
committed by GitHub
parent 6f5b9003d2
commit a1fbee4371

View File

@@ -4,3 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.33.0"
egui = "0.33.0"
tokio-tungstenite = "0.28.0"
winit = "0.30.12"