diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 688ca996..13358b2a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,7 +5,7 @@ on: name: Main env: LUDUSAVI_VARIANT: OpenGL - LUDUSAVI_VERSION: '0.4.0' + LUDUSAVI_VERSION: '0.5.0' jobs: build: @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 3ccbd12e..ecdd6e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }