mirror of https://github.com/Leinnan/rpack.git
Reduce rfd features
This commit is contained in:
parent
6d327594b6
commit
eca589f8a8
|
|
@ -25,7 +25,7 @@ serde = { version = "1", features = ["derive"] }
|
||||||
texture_packer = {version="0.25.0", features = ["common"]}
|
texture_packer = {version="0.25.0", features = ["common"]}
|
||||||
image = { version = "0.24", features = ["jpeg", "png"] }
|
image = { version = "0.24", features = ["jpeg", "png"] }
|
||||||
egui_extras = { version = "*", features = ["all_loaders"] }
|
egui_extras = { version = "*", features = ["all_loaders"] }
|
||||||
rfd = "0.12.1"
|
rfd = {version="0.12", features = []}
|
||||||
wasm-bindgen-futures = "0.4.39"
|
wasm-bindgen-futures = "0.4.39"
|
||||||
|
|
||||||
# native:
|
# native:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue