playdate-controls 0.3.4

High-level controls API built on-top of Playdate API
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg_attr(not(test), no_std)]
#![feature(const_trait_impl)]
#![feature(impl_trait_in_assoc_type)]

#[macro_use]
extern crate alloc;
#[macro_use]
extern crate sys;

pub mod api;
pub mod buttons;
pub mod peripherals;