Skip to content

Commit

Permalink
Fix the imports in the README
Browse files Browse the repository at this point in the history
Resolves #619
  • Loading branch information
ryanisaacg committed Jun 4, 2020
1 parent a1cb578 commit 95d7d4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ Then replace `src/main.rs` with the following (the contents of quicksilver's
// Open a window, and draw a colored square in it
use quicksilver::{
geom::{Rectangle, Vector},
graphics::{Color, Graphics},
input::{Input, Window},
Result, Settings, run,
graphics::Color,
run, Graphics, Input, Result, Settings, Window,
};

fn main() {
Expand Down

0 comments on commit 95d7d4e

Please sign in to comment.