Skip to content

Commit

Permalink
Integrate surfman-chains into surfman
Browse files Browse the repository at this point in the history
Integrate all the functionality of surfman-chains into surfman behind a
feature.
  • Loading branch information
mrobinson committed Aug 8, 2023
1 parent dfe2eea commit 9729e38
Show file tree
Hide file tree
Showing 5 changed files with 1,213 additions and 23 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
matrix:
os: [macos-latest, ubuntu-22.04, windows-latest]
rust: [nightly-2022-08-27, stable]
features: ["", "--features 'sm-winit sm-raw-window-handle'"]
features: ["", "--features 'chains sm-winit sm-raw-window-handle'"]
target: ["default"]
include:
# rust nightly
- os: ubuntu-22.04
features: "--features sm-wayland-default"
features: "--features 'chains sm-wayland-default'"
rust: nightly-2022-08-27
target: "default"
- os: ubuntu-22.04
Expand All @@ -35,7 +35,7 @@ jobs:
rust: nightly-2022-08-27
target: "default"
- os: windows-latest
features: "--features 'sm-no-wgl sm-angle-builtin'"
features: "--features 'chains sm-no-wgl sm-angle-builtin'"
rust: nightly-2022-08-27
target: "default"
- os: windows-latest
Expand All @@ -50,11 +50,11 @@ jobs:
target: "arm-linux-androideabi"
rust: stable
- os: windows-latest
features: "--features sm-angle-builtin"
features: "--features 'chains sm-angle-builtin'"
rust: stable
target: "default"
- os: windows-latest
features: "--features 'sm-no-wgl sm-angle-builtin'"
features: "--features 'chains sm-no-wgl sm-angle-builtin'"
rust: stable
target: "default"
- os: windows-latest
Expand Down
Loading

0 comments on commit 9729e38

Please sign in to comment.