We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fac008 + ace5643 commit 2c83eb9Copy full SHA for 2c83eb9
README.md
@@ -30,3 +30,7 @@ let mut device = gfx::GlDevice::new(|s| unsafe {
30
let (w, h) = window.get_size();
31
let frame = gfx::Frame::new(w as u16, h as u16);
32
```
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