Update Cargo.toml

This commit is contained in:
Bence
2025-11-13 19:10:38 +01:00
committed by GitHub
parent 922c7ef13a
commit 7daa25719e

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"