Преглед на файлове

Note that it needs to be built with nightly

Lucas Stadler преди 10 години
родител
ревизия
d84545543b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      rust/coffi/README.md

+ 3 - 0
rust/coffi/README.md

@ -12,6 +12,9 @@ height.
12 12
cargo run <path-to-png>
13 13
```
14 14
15
Should build with Rust 1.6.0-nightly, which is necessary because it
16
uses the `feature(libc)` flag.
17
15 18
If you use emacs, `flycheck-mode` can check the code on the *fly*, which
16 19
is awesome!
17 20