mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: Move minecraft protocol to games. (#153)
* chore: initial move and refactor of minecraft * fix: glob re-exports * fix: failing example sample * docs: update changelog to note the mc protocol implementation to games * docs: add back the reference query standard reference
This commit is contained in:
parent
bd73b657c7
commit
7416d54b14
15 changed files with 88 additions and 94 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use gamedig::games::minecraft;
|
||||
use gamedig::protocols::minecraft::RequestSettings;
|
||||
use gamedig::minecraft;
|
||||
use gamedig::minecraft::types::RequestSettings;
|
||||
|
||||
fn main() {
|
||||
// or Some(<port>), None is the default protocol port (which is 25565 for java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue