Compare commits
2 Commits
renovate/m
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fceeb9a0a | |||
| 4b7f1a16b9 |
@@ -48,7 +48,7 @@ jobs:
|
|||||||
--keep-going
|
--keep-going
|
||||||
- name: Upload parity artifacts
|
- name: Upload parity artifacts
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: render-parity-artifacts
|
name: render-parity-artifacts
|
||||||
path: target/render-parity/current
|
path: target/render-parity/current
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = "0.13"
|
iced = "0.14"
|
||||||
rfd = "0.15"
|
rfd = "0.17"
|
||||||
nres = { path = "../../crates/nres" }
|
nres = { path = "../../crates/nres" }
|
||||||
rsli = { path = "../../crates/rsli" }
|
rsli = { path = "../../crates/rsli" }
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ image = { version = "0.25", optional = true, default-features = false, features
|
|||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
sdl2 = { version = "0.37", optional = true, default-features = false, features = ["use-pkgconfig"] }
|
sdl2 = { version = "0.38", optional = true, default-features = false, features = ["use-pkgconfig"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
||||||
sdl2 = { version = "0.37", optional = true, default-features = false, features = ["bundled", "static-link"] }
|
sdl2 = { version = "0.38", optional = true, default-features = false, features = ["bundled", "static-link"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "parkan-render-demo"
|
name = "parkan-render-demo"
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
toml = "0.8"
|
toml = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user