Skip to content

Commit

Permalink
Make a default choice of display server for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Oct 25, 2024
1 parent d786693 commit 5ac9e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions crates/brush-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ env_logger.workspace = true
parking_lot.workspace = true
async-std.workspace = true

# Default to wayland on linux. Change this to x11 if needed.
# this perhaps could use a feature on our side as well,
# so you could run with cargo run --no-default-features --features=11
winit = { version = "0.30", features = ["wayland"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen.workspace = true
console_error_panic_hook.workspace = true
Expand Down

0 comments on commit 5ac9e32

Please sign in to comment.