Skip to content

Commit

Permalink
docs: embed preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jan 14, 2022
1 parent ac05404 commit c55457c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm4/src/draw.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! # Examples
//!
//! [See preview](https://raw.githubusercontent.com/ZetaNumbers/wasm4-rs/main/examples/sans/preview.png)
//!
//! ```ignore
//! #![no_main]
//!
Expand Down Expand Up @@ -39,6 +37,8 @@
//!
//! w4::main! { SansRuntime }
//! ```
//!
//! ![hey there kiddo](https://raw.githubusercontent.com/ZetaNumbers/wasm4-rs/00e582199ed13e59153b808126e4a5ab74267a31/examples/sans/preview.png "sans")
use core::{cell::Cell, marker::PhantomData, mem};

Expand Down

0 comments on commit c55457c

Please # to comment.