Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then, in your code, all you have to do is:
Or, you can track the `trunk` branch, which may be broken and whose API often changes, with:

```toml
iui = { git = "https://github.com/rust-native-ui/libui-rs.git" branch="trunk" }
iui = { git = "https://github.com/rust-native-ui/libui-rs.git", branch="trunk" }
```

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`.
Expand Down