Skip to content

Commit 215e385

Browse files
committed
debug
1 parent 68e097f commit 215e385

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ slog-scope = "4.4.0"
2020
eframe = { version = "0.31.0", features = ["default", "__screenshot"] }
2121
egui_extras = { version = "0.31.0", features = ["default", "image"] }
2222

23-
simulation_controller = { git = "https://github.com/Rustastic/SimulationController", branch = "gui" }
23+
simulation_controller = { git = "https://github.com/Rustastic/SimulationController", branch = "refactor" }
2424
chat-client = { git = "https://github.com/Rustastic/ChatClient" }
2525
media_client = { git = "https://github.com/Rustastic/media_client" }
2626
messages = { git = "https://github.com/Rustastic/Messages" }
2727
communication_server = { git = "https://github.com/Rustastic/Servers" }
2828

29-
gui = { git = "https://github.com/Rustastic/GUI" }
29+
gui = { git = "https://github.com/Rustastic/GUI", branch = "new" }
3030

3131
rusty_drones = { git = "https://github.com/rusty-drone-2024/rusty-drone.git" }
3232
LeDron_James = { git = "https://github.com/anass03/LeDron_James.git", features = ["log"] }

src/network_initializer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use communication_server::servers::{
1616
communication_server::CommunicationServer, content_server::ContentServer,
1717
};
1818

19-
use gui::SimCtrlGUI;
19+
use gui::app::SimCtrlGUI;
2020

2121
use media_client::media_client::MediaClient;
2222
use messages::{

0 commit comments

Comments
 (0)