5个版本
0.1.3 | 2024年7月13日 |
---|---|
0.1.2 | 2024年5月30日 |
0.1.1 | 2024年4月9日 |
0.1.0 | 2023年9月30日 |
0.0.0 | 2023年9月10日 |
#2258 in 游戏开发
119 每月下载量
在 playdate 中使用
5MB
112K SLoC
PlayDate排行榜API
基于 playdate-sys 的高级排行榜API。
用法
use playdate_scoreboards::*;
use playdate_sys::println;
let scoreboards = Scoreboards::Cached();
scoreboards.get_scoreboards(|boards| {
println!("{boards:?}");
});
此软件未由Panic赞助或支持。
lib.rs
:
Playdate排行榜API。
封装C-API. 官方文档.