File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
![ Cushy is considered alpha and unsupported] ( https://img.shields.io/badge/status-alpha-orange )
2
2
[ ![ crate version] ( https://img.shields.io/crates/v/cushy.svg )] ( https://crates.io/crates/cushy )
3
- [ ![ Documentation for ` main ` branch] ( https://img.shields.io/badge/docs-main-informational )] ( https://khonsu.dev /cushy/main/docs/cushy/ )
3
+ [ ![ Documentation for ` main ` branch] ( https://img.shields.io/badge/docs-main-informational )] ( https://docs.rs /cushy )
4
4
5
5
Cushy is an experimental Graphical User Interface (GUI) crate for the Rust
6
6
programming language. It features a reactive data model and aims to enable
65
65
66
66
[ widget ] : crate::widget::Widget
67
67
[ widgets ] : mod@crate::widgets
68
- [ button-example ] : https://github.com/khonsulabs/cushy/tree/main /examples/basic-button.rs
69
- [ examples ] : https://github.com/khonsulabs/cushy/tree/main /examples/
68
+ [ button-example ] : https://github.com/khonsulabs/cushy/tree/v0.2.0 /examples/basic-button.rs
69
+ [ examples ] : https://github.com/khonsulabs/cushy/tree/v0.2.0 /examples/
70
70
[ kludgine ] : https://github.com/khonsulabs/kludgine
71
71
[ figures ] : https://github.com/khonsulabs/figures
72
72
[ wgpu ] : https://github.com/gfx-rs/wgpu
Original file line number Diff line number Diff line change 2
2
3
3
![ Cushy is considered alpha and unsupported] ( https://img.shields.io/badge/status-alpha-orange )
4
4
[ ![ crate version] ( https://img.shields.io/crates/v/cushy.svg )] ( https://crates.io/crates/cushy )
5
- [ ![ Documentation for ` main ` branch] ( https://img.shields.io/badge/docs-main-informational )] ( https://khonsu.dev /cushy/main/docs/cushy/ )
5
+ [ ![ Documentation for ` main ` branch] ( https://img.shields.io/badge/docs-main-informational )] ( https://docs.rs /cushy )
6
6
7
7
Cushy is an experimental Graphical User Interface (GUI) crate for the Rust
8
8
programming language. It features a reactive data model and aims to enable
@@ -65,10 +65,10 @@ and problem it aims to solve. Doing so will help prevent friction in merging
65
65
pull requests, as it ensures changes fit the vision the maintainers have for
66
66
Cushy.
67
67
68
- [ widget ] : https://khonsu.dev /cushy/main/docs /cushy/widget/trait.Widget.html
69
- [ widgets ] : https://khonsu.dev /cushy/main/docs /cushy/widgets/index.html
70
- [ button-example ] : https://github.com/khonsulabs/cushy/tree/main /examples/basic-button.rs
71
- [ examples ] : https://github.com/khonsulabs/cushy/tree/main /examples/
68
+ [ widget ] : https://docs.rs /cushy/* /cushy/widget/trait.Widget.html
69
+ [ widgets ] : https://docs.rs /cushy/* /cushy/widgets/index.html
70
+ [ button-example ] : https://github.com/khonsulabs/cushy/tree/v0.2.0 /examples/basic-button.rs
71
+ [ examples ] : https://github.com/khonsulabs/cushy/tree/v0.2.0 /examples/
72
72
[ kludgine ] : https://github.com/khonsulabs/kludgine
73
73
[ figures ] : https://github.com/khonsulabs/figures
74
74
[ wgpu ] : https://github.com/gfx-rs/wgpu
You can’t perform that action at this time.
0 commit comments