perovskite_server

Crates.ioperovskite_server
lib.rsperovskite_server
version0.0.4
sourcesrc
created_at2023-09-03 19:25:23.449282
updated_at2024-06-23 00:47:30.926221
descriptionMultiplayer voxel game written in Rust - Game server
homepage
repositoryhttps://github.com/drey7925/perovskite
max_upload_size
id962411
size583,078
(drey7925)

documentation

README

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.

Commit count: 297

cargo fmt