Skip to content

Commit 2c83eb9

Browse files
committed
Merge pull request #73 from golergka/patch-1
Updated README.md, closed #72
2 parents 6fac008 + ace5643 commit 2c83eb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ let mut device = gfx::GlDevice::new(|s| unsafe {
3030
let (w, h) = window.get_size();
3131
let frame = gfx::Frame::new(w as u16, h as u16);
3232
```
33+
34+
### Troubleshooting
35+
36+
* [I get `ld: library not found for -lSDL2` error on OSX](https://github.com/PistonDevelopers/rust-empty/issues/175)

0 commit comments

Comments
 (0)