Skip to content

Commit

Permalink
Merge pull request #518 from Frostie314159/master
Browse files Browse the repository at this point in the history
Making X11 the default again.
  • Loading branch information
bvssvni authored Dec 22, 2022
2 parents 892b108 + 47e7d89 commit 16a310f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@ addons:
- libxinerama-dev
- libxcursor-dev
- xorg-dev
- libwayland-dev
- libxkbcommon-dev
script:
- sudo apt install libgl1
- sudo apt install libgl1-mesa-dev
- cargo build
- cargo test
- cargo build --features "all"
- cargo build --features "image, log, vulkan"
- cargo test --features "all"
- cargo test --features "image, log, vulkan"
- cargo doc --features "all"
- cargo doc --features "image, log, vulkan"

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version = "^0.4"
log = "0.4"

[features]
all = ["image", "vulkan", "log"]
default = ["glfw-sys", "wayland"]
all = ["image", "vulkan", "log", "wayland"]
default = ["glfw-sys"]
vulkan = ["vk-sys"]
wayland = ["glfw-sys/wayland"]

0 comments on commit 16a310f

Please sign in to comment.