File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fltk-egui"
3
- version = " 0.15 .0"
3
+ version = " 0.16 .0"
4
4
edition = " 2021"
5
5
authors = [
" MoAlyousef <[email protected] >" ,
" Adia Robbie <[email protected] >" ]
6
6
description = " FLTK backend for egui"
@@ -13,14 +13,14 @@ license = "MIT"
13
13
rust-version = " 1.72"
14
14
15
15
[dependencies ]
16
- egui = { version = " 0.26 " }
17
- egui_glow = { version = " 0.26 " , default-features = false }
16
+ egui = { version = " 0.27 " }
17
+ egui_glow = { version = " 0.27 " , default-features = false }
18
18
arboard = { version = " 3.3" }
19
19
fltk = { version = " 1.4.12" , features = [" enable-glwindow" ] }
20
20
21
21
# for the demo_windows example
22
22
[dev-dependencies ]
23
- egui_demo_lib = { version = " 0.26 " }
23
+ egui_demo_lib = { version = " 0.27 " }
24
24
25
25
[features ]
26
26
wayland = [" fltk/use-wayland" ]
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ Add to your Cargo.toml:
22
22
23
23
``` toml
24
24
[dependencies ]
25
- fltk-egui = " 0.8 " # targets egui 0.24
26
- egui_glow = " 0.24 "
27
- egui = " 0.24 "
25
+ fltk-egui = " 0.16 " # targets egui 0.27
26
+ egui_glow = " 0.27 "
27
+ egui = " 0.27 "
28
28
```
29
29
30
30
On wayland desktop enable feature:
31
31
32
32
``` toml
33
33
[dependencies ]
34
- fltk-egui = { version = " 0.8 " , features = [" wayland" ] }
35
- egui_glow = " 0.24 "
36
- egui = " 0.24 "
34
+ fltk-egui = { version = " 0.16 " , features = [" wayland" ] }
35
+ egui_glow = " 0.27 "
36
+ egui = " 0.27 "
37
37
```
38
38
39
39
Note: on xwayland based desktop (like gnome 41+) doesn't require to enable the
You can’t perform that action at this time.
0 commit comments