|
1 | 1 | # Improved User Interface
|
2 | 2 | ## A cross-platform UI toolkit for Rust based on libui
|
3 |
| -[](https://travis-ci.com/rust-native-ui/libui-rs) |
4 |
| -[](https://ci.appveyor.com/project/rust-native-ui/libui-rs) |
| 3 | +[](https://travis-ci.com/rust-native-ui/libui-rs) |
| 4 | +[](https://ci.appveyor.com/project/rust-native-ui/libui-rs) |
5 | 5 | 
|
6 | 6 |
|
7 | 7 | iui: [](https://crates.io/crates/iui/)
|
@@ -31,13 +31,13 @@ Then, in your code, all you have to do is:
|
31 | 31 | 1. implement some [callbacks](https://docs.rs/iui/*/iui/controls/struct.Button.html#method.on_clicked) for user input, taking full advantage of Rust's concurrency protections
|
32 | 32 | 1. call [`UI::main`](https://docs.rs/iui/*/iui/struct.UI.html#method.main), or take control over the event processing with an [`EventLoop`](https://docs.rs/iui/*/iui/struct.EventLoop.html), and voíla! A GUI!
|
33 | 33 |
|
34 |
| -Or, you can track the `master` branch, which may be broken and whose API often changes, with: |
| 34 | +Or, you can track the `trunk` branch, which may be broken and whose API often changes, with: |
35 | 35 |
|
36 | 36 | ```toml
|
37 |
| -iui = { git = "https://github.com/rust-native-ui/libui-rs.git" } |
| 37 | +iui = { git = "https://github.com/rust-native-ui/libui-rs.git" branch="trunk" } |
38 | 38 | ```
|
39 | 39 |
|
40 |
| -We have documentation on [docs.rs](https://docs.rs/iui) for released versions and on [github](https://rust-native-ui.github.io/libui-rs/iui/index.html) for master. |
| 40 | +We have documentation on [docs.rs](https://docs.rs/iui) for released versions and on [github](https://rust-native-ui.github.io/libui-rs/iui/index.html) for `trunk`. |
41 | 41 |
|
42 | 42 | ## Examples
|
43 | 43 |
|
|
0 commit comments