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:
parent
bc05fc9afa
commit
1eeef94eb3
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
|
||||
|
||||
fn main() {
|
||||
todo!();
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#![doc(html_logo_url = "https://raw.githubusercontent.com/Steffo99/patched-porobot/main/icon.png")]
|
||||
|
||||
fn main() {
|
||||
todo!();
|
||||
}
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue