Compare commits
1 Commits
renovate/m
...
devel
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b7f1a16b9 |
@@ -5,7 +5,7 @@ edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = "0.13"
|
||||
rfd = "0.15"
|
||||
iced = "0.14"
|
||||
rfd = "0.17"
|
||||
nres = { path = "../../crates/nres" }
|
||||
rsli = { path = "../../crates/rsli" }
|
||||
|
||||
@@ -20,10 +20,10 @@ image = { version = "0.25", optional = true, default-features = false, features
|
||||
common = { path = "../common" }
|
||||
|
||||
[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]
|
||||
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]]
|
||||
name = "parkan-render-demo"
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
[dependencies]
|
||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml = "0.8"
|
||||
toml = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user