orbclient 0.3.30

The Orbital Client Library
docs.rs failed to build orbclient-0.3.30
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: orbclient-0.3.47

orbclient

The Orbital Client Library. Compatible with Redox and SDL2.

Build status MIT licensed crates.io docs.rs

Troubleshooting

  • Make sure that you work with the current nightly version of Rust
    • To make sure of that, please use rustup
    • Don't forget to override your work directory with rustup override set nightly
    • Don't forget to update the nightly version of Rust with rustup update nightly
  • SDL2 should be automatically with orbclient if you have trouble try to install it libsdl2-dev manually
    • For example, with Ubuntu, please to type sudo apt-get install libsdl2-dev in your console
  • Other problem? Do not hesitate to create a new issue!