File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ slog-scope = "4.4.0"
2020eframe = { version = " 0.31.0" , features = [" default" , " __screenshot" ] }
2121egui_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 " }
2424chat-client = { git = " https://github.com/Rustastic/ChatClient" }
2525media_client = { git = " https://github.com/Rustastic/media_client" }
2626messages = { git = " https://github.com/Rustastic/Messages" }
2727communication_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
3131rusty_drones = { git = " https://github.com/rusty-drone-2024/rusty-drone.git" }
3232LeDron_James = { git = " https://github.com/anass03/LeDron_James.git" , features = [" log" ] }
Original file line number Diff line number Diff 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
2121use media_client:: media_client:: MediaClient ;
2222use messages:: {
You can’t perform that action at this time.
0 commit comments