Move all crates into a crates directory (#1940)

This commit is contained in:
Emil Ernerfeldt 2022-08-20 10:41:49 +02:00 committed by GitHub
parent 5c63648c02
commit 041f2e64ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
260 changed files with 59 additions and 57 deletions

View file

@ -209,4 +209,4 @@ jobs:
override: true
- run: cargo check --features wgpu --target aarch64-linux-android
working-directory: eframe
working-directory: crates/eframe

View file

@ -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