Skip to content

Commit

Permalink
Switch v0.5.0 to OpenGL variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 26, 2020
1 parent 766dafc commit 6a19fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: Main
env:
LUDUSAVI_VARIANT: OpenGL
LUDUSAVI_VERSION: '0.4.0'
LUDUSAVI_VERSION: '0.5.0'

jobs:
build:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
args: --release
- uses: actions/upload-artifact@v1
with:
name: ludusavi-v${{ env.LUDUSAVI_VERSION }}-${{ matrix.artifact-name }}
name: ludusavi-v${{ env.LUDUSAVI_VERSION }}+opengl-${{ matrix.artifact-name }}
path: target/release/${{ matrix.artifact-file }}

test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dirs = "3.0.0"
glob = "0.3.0"
# iced = "0.1.1"
# iced_native = "0.2.2"
iced = { version = "0.1.1", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12" } #, features = ["glow", "glow_default_system_font"] }
iced = { version = "0.1.1", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12", features = ["glow", "glow_default_system_font"] }
iced_native = { version = "0.2.2", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12" }
image = { version = "0.23.7", features = ["ico"], default-features = false }
indicatif = { version = "0.15.0", features = ["rayon"] }
Expand Down

0 comments on commit 6a19fa7

Please sign in to comment.