Skip to content
Raw rust bindings to the enet C library
Rust C
Branch: master
Clone or download
ruabmbua Merge pull request #11 from spearman/windows-build
Working build with MSVC toolchain
Latest commit 2923c71 Mar 27, 2019

README.md

Raw rust bindings to the enet C library.

Dependencies

  • C, or C cross compiler for your target platform

Ubuntu

Dependencies for Ubuntu can be installed with

sudo apt update
sudo apt install build-essential clang cmake

Archlinux

pacman -S base-devel clang cmake
You can’t perform that action at this time.