diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-28 09:11:17 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-28 09:11:17 +0800 |
| commit | adc42fdf2050e77de50952bc8629684f1b3cf0ce (patch) | |
| tree | 73edf6f5b52489e934ebd7bbadb321c0724f742a /core/examples/start_client_console.rs | |
| parent | 8355fcf47d4242831d78af2d3ada666319794143 (diff) | |
编写示例项目
Diffstat (limited to 'core/examples/start_client_console.rs')
| -rw-r--r-- | core/examples/start_client_console.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/examples/start_client_console.rs b/core/examples/start_client_console.rs index d138047..8116299 100644 --- a/core/examples/start_client_console.rs +++ b/core/examples/start_client_console.rs @@ -1,6 +1,6 @@ use std::net::{IpAddr, Ipv4Addr}; -use nogamepads_core::pad_data::pad_player_info::nogamepads_player_info::PlayerInfo; -use nogamepads_core::pad_service::client::nogamepads_client::PadClient; +use nogamepads_lib_rs::pad_data::pad_player_info::nogamepads_player_info::PlayerInfo; +use nogamepads_lib_rs::pad_service::client::nogamepads_client::PadClient; const PASSWORD : &str = "password"; |
