浏览代码

Note that it needs to be built with nightly

Lucas Stadler 11 年之前
父节点
当前提交
d84545543b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rust/coffi/README.md

+ 3 - 0
rust/coffi/README.md

12
cargo run <path-to-png>
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
If you use emacs, `flycheck-mode` can check the code on the *fly*, which
18
If you use emacs, `flycheck-mode` can check the code on the *fly*, which
16
is awesome!
19
is awesome!
17
20