Move all crates into a crates
directory (#1940)
This commit is contained in:
parent
5c63648c02
commit
041f2e64ba
260 changed files with 59 additions and 57 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -209,4 +209,4 @@ jobs:
|
|||
override: true
|
||||
|
||||
- run: cargo check --features wgpu --target aarch64-linux-android
|
||||
working-directory: eframe
|
||||
working-directory: crates/eframe
|
||||
|
|
20
Cargo.toml
20
Cargo.toml
|
@ -1,16 +1,16 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"egui_demo_app",
|
||||
"egui_demo_lib",
|
||||
"egui_extras",
|
||||
"egui_glium",
|
||||
"egui_glow",
|
||||
"egui-wgpu",
|
||||
"egui-winit",
|
||||
"egui",
|
||||
"emath",
|
||||
"epaint",
|
||||
"crates/egui_demo_app",
|
||||
"crates/egui_demo_lib",
|
||||
"crates/egui_extras",
|
||||
"crates/egui_glium",
|
||||
"crates/egui_glow",
|
||||
"crates/egui-wgpu",
|
||||
"crates/egui-winit",
|
||||
"crates/egui",
|
||||
"crates/emath",
|
||||
"crates/epaint",
|
||||
|
||||
"examples/*",
|
||||
]
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue