1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Add doc logos to binary targets

This commit is contained in:
Steffo 2022-08-08 23:16:00 +02:00
parent bc05fc9afa
commit 1eeef94eb3
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
fn main() {
todo!();
}

View file

@ -1,3 +1,5 @@
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
fn main() {
todo!();
}

View file

@ -75,6 +75,8 @@
//!
//! [@patchedporobot]: https://t.me/patchedporobot
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
use std::path::PathBuf;
use log::*;
use patched_porobot::data::setbundle::card::{Card, CardIndex};