Skip to content

Commit

Permalink
Merge pull request #73 from golergka/patch-1
Browse files Browse the repository at this point in the history
Updated README.md, closed #72
  • Loading branch information
bvssvni committed Oct 18, 2014
2 parents 6fac008 + ace5643 commit 2c83eb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ let mut device = gfx::GlDevice::new(|s| unsafe {
let (w, h) = window.get_size();
let frame = gfx::Frame::new(w as u16, h as u16);
```

### Troubleshooting

* [I get `ld: library not found for -lSDL2` error on OSX](https://github.com/PistonDevelopers/rust-empty/issues/175)

0 comments on commit 2c83eb9

Please sign in to comment.