docs.rs failed to build playdate-sprite-0.2.2
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.
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:
playdate-sprite-0.3.3
Sprite API for PlayDate
High-level sprite API built on-top of playdate-sys.
Usage
use *;
use *;
use Bitmap;
let bitmap = new?;
let sprite = new;
sprite.set_draw_mode;
sprite.set_image;
sprite.move_to;
sprite.add;
...
More covered in examples.
This software is not sponsored or supported by Panic.