Skip to content

Commit ca321a9

Browse files
Merge pull request #370 from akshayr-mecha/feat-shell-setup
feat(launcher): updates gpui to use impeller as renderer
2 parents beb3421 + 18f50ce commit ca321a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ 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-
gpui = { git = "https://github.com/namana-mecha/zed.git", rev = "110d772a56a6e13f8696fc544f9075c656754013", features = [
41+
gpui = { git = "https://github.com/namana-mecha/zed.git", rev = "7a0d37756b35e60e18b8e720b67f6b3ef464e17d", features = [
4242
"wayland",
43+
"linux-impeller",
4344
] }
4445
rust-embed = "8.8.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ This repository contains multiple components of Mechanix GUI developed in Rust a
2828
#### For running from root directory
2929

3030
```
31-
$ export BEVY_ASSET_ROOT="." && cargo run -p mechanix-launcher
31+
$ cargo run -p mechanix-launcher
3232
```
3333

3434
#### For running inside shell/crates/{package}
3535
```
36-
$ export BEVY_ASSET_ROOT="../../../" && cargo run
36+
$ cargo run
3737
```
3838

3939

0 commit comments

Comments
 (0)