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:
CosminPerRam 2023-11-18 19:44:09 +02:00 committed by GitHub
parent bd73b657c7
commit 7416d54b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 88 additions and 94 deletions

View file

@ -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