Crates.io | perovskite_server |
lib.rs | perovskite_server |
version | 0.0.4 |
source | src |
created_at | 2023-09-03 19:25:23.449282 |
updated_at | 2024-06-23 00:47:30.926221 |
description | Multiplayer voxel game written in Rust - Game server |
homepage | |
repository | https://github.com/drey7925/perovskite |
max_upload_size | |
id | 962411 |
size | 583,078 |
This crate contains the game server component of Perovskite.
The API of this crate is unstable and subject to change at any time, including in backwards-incompatible ways.
Most plugins should link against perovskite_game_api
instead, which includes base content. However, it is possible
to directly depend on this crate for lower level game logic.
If you're looking to play Perovskite, you can build perovskite_game_api
with default features instead for a game server,
and perovskite_client
for the client.