structure
This commit is contained in:
13
client-gui/Cargo.toml
Normal file
13
client-gui/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "client-gui"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5.15"
|
||||
eframe = "0.33.2"
|
||||
egui = "0.33.2"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
client-network = { path = "../client-network" }
|
||||
hex = "0.4.3"
|
||||
Reference in New Issue
Block a user