Skip to content

Commit

Permalink
lib.rs: Add documentation header
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Nov 28, 2020
1 parent 053cdb7 commit 91eb7ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Texas Instruments TMS9918A VDP emulator library

use minifb::{Scale, ScaleMode, Window, WindowOptions};
use rand::Rng;

Expand Down

0 comments on commit 91eb7ff

Please sign in to comment.