Skip to content

Commit

Permalink
Switch v0.4.0 to OpenGL variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jul 21, 2020
1 parent 896bd9c commit d95850d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .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.3.0'
LUDUSAVI_VERSION: '0.4.0'

jobs:
build:
Expand Down
102 changes: 49 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ copypasta = "0.7.0"
dialoguer = "0.6.2"
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"]
# iced_native = { version = "0.2.2", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12" }
# iced = "0.1.1"
# iced_native = "0.2.2"
iced = { version = "0.1.1", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12", features = ["glow"] }
iced_native = { version = "0.2.2", git = "https://github.com/hecrj/iced", rev = "9b778006ce7a56b129cc779b5bad31931d5faf12" }
indicatif = { version = "0.15.0", features = ["rayon"] }
itertools = "0.9.0"
native-dialog = "0.3.0"
Expand Down

0 comments on commit d95850d

Please sign in to comment.