mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
feat: Add itch.io as possible platform
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
pub(crate) struct Receipt{
|
||||
pub game:Game,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
pub(crate) struct Game{
|
||||
pub title:String
|
||||
}
|
||||
Reference in New Issue
Block a user