Skip to content

Commit 38952aa

Browse files
Merge pull request #363 from akshayr-mecha/feat-shell-setup
feat(shell): adds base setup of shell applications on GPUI
2 parents ae6afa6 + fa0a02f commit 38952aa

File tree

383 files changed

+619
-16375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+619
-16375
lines changed

Cargo.toml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,5 @@ serde = { version = "1.0.219", features = ["derive"] }
3838
futures = "0.3.31"
3939
thiserror = "2.0.12"
4040
env_logger = { version = "0.11.8" }
41-
bevy = { version = "0.16.1", default-features = false, features = [
42-
"bevy_ui",
43-
"bevy_window",
44-
"trace",
45-
"bevy_winit",
46-
"wayland",
47-
"multi_threaded",
48-
"default_font",
49-
"bevy_state",
50-
"png",
51-
"bevy_mesh_picking_backend",
52-
"bevy_input_focus",
53-
] }
54-
bevy_wayland = { git = "https://github.com/mecha-org/bevy_wayland.git", rev = "a91508672e2beecffd065984c94d9d493b3eaf4e" }
55-
bevy_asset_loader = { version = "0.23.0", features = [
56-
"standard_dynamic_assets",
57-
"2d",
58-
] }
41+
gpui = { version = "0.2.2", default-features = false, features = ["x11"] }
42+
rust-embed = "8.8.0"

assets/background.png

-43.4 KB
Binary file not shown.

assets/background2.png

-161 KB
Binary file not shown.

assets/font.ttf

-22.4 KB
Binary file not shown.

assets/fonts.ron

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

assets/fonts/LICENSE.OverusedGrotesk

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

assets/fonts/LICENSE.SpaceMono

Lines changed: 0 additions & 93 deletions
This file was deleted.
-131 KB
Binary file not shown.
-131 KB
Binary file not shown.
-133 KB
Binary file not shown.

0 commit comments

Comments
 (0)