Skip to content

Commit

Permalink
Merge #217
Browse files Browse the repository at this point in the history
217: Backport x11 feature to 0.4 branch r=Frizi a=Frizi



Co-authored-by: nodef0 <d2isgreat@gmail.com>
  • Loading branch information
bors[bot] and nodef0 authored Oct 2, 2019
2 parents 2bb2341 + 8332217 commit b3b3870
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifeq ($(OS),Windows_NT)
else
UNAME_S:=$(shell uname -s)
ifeq ($(UNAME_S),Linux)
RENDY_BACKEND=vulkan
RENDY_BACKEND=vulkan-x11
endif
ifeq ($(UNAME_S),Darwin)
RENDY_BACKEND=metal
Expand Down
1 change: 1 addition & 0 deletions rendy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ empty = ["rendy-util/gfx-backend-empty"]
dx12 = ["rendy-util/gfx-backend-dx12"]
metal = ["rendy-util/gfx-backend-metal"]
vulkan = ["rendy-util/gfx-backend-vulkan"]
vulkan-x11 = ["vulkan", "rendy-util/vulkan-x11"]
no-slow-safety-checks = ["rendy-util/no-slow-safety-checks"]
profiler = ["thread_profiler/thread_profiler"]

Expand Down
1 change: 1 addition & 0 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ empty = ["gfx-backend-empty"]
dx12 = ["gfx-backend-dx12"]
metal = ["gfx-backend-metal"]
vulkan = ["gfx-backend-vulkan"]
vulkan-x11 = ["vulkan", "gfx-backend-vulkan/x11"]
no-slow-safety-checks = []

[dependencies]
Expand Down

0 comments on commit b3b3870

Please sign in to comment.