File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ serde = { version = "1.0.219", features = ["derive"] }
3838futures = " 0.3.31"
3939thiserror = " 2.0.12"
4040env_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] }
4445rust-embed = " 8.8.0"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments