Skip to content

Commit

Permalink
support for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Sep 2, 2024
1 parent 3dbe513 commit c079e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions luisa_compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ strict = ["luisa_compute_sys/strict"]
remote = ["luisa_compute_sys/remote"]
cpu = ["luisa_compute_sys/cpu"]
oidn = ["luisa_compute_sys/oidn"]
wayland = ["luisa_compute_sys/wayland"]
glam = ["dep:glam"]
nalgebra = ["dep:nalgebra"]
2 changes: 1 addition & 1 deletion luisa_compute_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ remote = []
metal = []
dx = []
oidn = []

wayland = []
1 change: 1 addition & 0 deletions luisa_compute_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn cmake_build() -> PathBuf {
set_from_env!("PYTHON", "LUISA_COMPUTE_ENABLE_PYTHON");
set_from_env!("GUI", "LUISA_COMPUTE_ENABLE_GUI");
set_from_env!("OIDN", "LUISA_COMPUTE_DOWNLOAD_OIDN");
set_from_env!("WAYLAND", "LUISA_COMPUTE_ENABLE_WAYLAND");
config.define(
"LUISA_COMPUTE_CHECK_BACKEND_DEPENDENCIES",
if cfg!(feature = "strict") {
Expand Down

0 comments on commit c079e86

Please sign in to comment.