@@ -7,8 +7,6 @@ edition = "2021"
77
88[features ]
99default = []
10- egui_gui = [" egui-wgpu" , " egui-winit" , " egui" , " egui_extras" , " egui_extras/all_loaders" , " egui_demo_lib" , " egui_demo_lib/syntect" ]
11- egui_persistence = [" egui_gui" , " egui/persistence" , " egui_demo_lib/serde" ]
1210wgpu_serde = [" wgpu/serde" ]
1311
1412[dependencies ]
@@ -23,17 +21,13 @@ notify = "8.0"
2321flume = " 0.11"
2422log = " 0.4"
2523
26- # Optional Egui
27- # ToDo: Update to 0.32 when can
28- egui = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true }
29- egui-wgpu = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true }
30- egui-winit = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true }
31- [target .'cfg(target_os = "linux")' .dependencies ]
32- egui-winit = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true , features = [" smithay-clipboard" ] }
33- egui_extras = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true }
34- egui_demo_lib = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" , optional = true }
35-
3624[dev-dependencies ]
25+ # ToDo: Update to 0.32 when can
26+ egui = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" }
27+ egui-wgpu = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" }
28+ egui-winit = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" }
29+ egui_extras = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" }
30+ egui_demo_lib = { version = " 0.31" , git = " https://github.com/emilk/egui.git" , rev = " 81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628" }
3731rapier2d = { version = " 0.26" , features = [" default" , " debug-render" ] }
3832rand = " 0.9"
3933glam = " 0.30"
@@ -94,7 +88,7 @@ description = "Example that renders a basic Triangle"
9488[[example ]]
9589name = " egui_gui"
9690path = " examples/egui_gui.rs"
97- required-features = [" egui_gui " ]
91+ required-features = []
9892
9993[package .metadata .example .egui_gui ]
10094name = " Egui Gui"
0 commit comments