Skip to content

Commit

Permalink
Updated cargo.toml and travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Dec 13, 2022
1 parent d7fb81c commit 47e7d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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"

2 changes: 1 addition & 1 deletion 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"]
all = ["image", "vulkan", "log", "wayland"]
default = ["glfw-sys"]
vulkan = ["vk-sys"]
wayland = ["glfw-sys/wayland"]

0 comments on commit 47e7d89

Please sign in to comment.