Skip to content

Commit d0aca18

Browse files
committed
Docs refactoring
1 parent cd57912 commit d0aca18

File tree

16 files changed

+455
-500
lines changed

16 files changed

+455
-500
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ EFx renders into any runtime that provides `&mut egui::Ui`. We officially build
125125
```toml
126126
# Cargo.toml
127127
[dependencies]
128-
efx = "0.6"
128+
efx = "0.7"
129129
eframe = "0.32"
130130
```
131131

@@ -143,7 +143,7 @@ egui::CentralPanel::default().show(ctx, |ui| {
143143
```toml
144144
# Cargo.toml
145145
[dependencies]
146-
efx = "0.6"
146+
efx = "0.7"
147147
bevy = "0.16"
148148
bevy_egui = "0.36" # re-exports `egui`
149149
```
@@ -164,7 +164,7 @@ bevy_egui::egui::Window::new("EFx").show(egui_ctx.ctx_mut(), |ui| {
164164
```toml
165165
# Cargo.toml
166166
[dependencies]
167-
efx = "0.6"
167+
efx = "0.7"
168168
egui = "0.32"
169169
egui-winit = "0.32"
170170
egui-wgpu = "0.32"

efx/docs/intro.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ efx!(Ui::default(), r#"
1717
</Column>
1818
"#);
1919
```
20-
**Key Features 0.5**
21-
- Tags: `Column`, `Row`, `Label`, `Separator`, `Button`.
20+
**Key Features 0.7**
21+
- Tags:
22+
- `Column`
23+
- `Row`
24+
- `Label`
25+
- `Separator`
26+
- `Button`
27+
- `Window`
28+
- `Grid` and `GridBreak`
2229
- Insert expressions: `{expr}` within text.
2330
- Escaping: `{{``{`, `}}``}`.
2431
- Tag attributes are **parsed**.

efx/docs/rfcs/issues_drafts/0001-01-attributes-and-basic-tags.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

efx/docs/rfcs/issues_drafts/0001-02-panels-and-windows.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

efx/docs/rfcs/issues_drafts/0001-03-examples-and-ci.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)