update shadow-rs
This commit is contained in:
parent
fd226e2ba7
commit
3889ac4800
@ -23,7 +23,7 @@ lto = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false }
|
eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false }
|
||||||
shadow-rs = { version = "0.9", default-features = false }
|
shadow-rs = { version = "0.11.0", default-features = false }
|
||||||
const_format = { version = "0.2.22", default-features = false, features = [
|
const_format = { version = "0.2.22", default-features = false, features = [
|
||||||
"fmt",
|
"fmt",
|
||||||
] }
|
] }
|
||||||
@ -37,7 +37,7 @@ ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
|
|||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = "0.9"
|
shadow-rs = "0.11.0"
|
||||||
command-run = "1.1.1"
|
command-run = "1.1.1"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user