Skip to content

Commit

Permalink
desktop: Turn off default features of image
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 11, 2024
1 parent a71e8c1 commit aa834e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 81 deletions.
82 changes: 2 additions & 80 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cpal = "0.15.3"
egui = { workspace = true }
egui_extras = { version = "0.26.2", features = ["image"] }
egui-wgpu = { version = "0.26.2", features = ["winit"] }
image = { version = "0.24", features = ["png"] }
image = { version = "0.24", default-features = false, features = ["png"] }
egui-winit = "0.26.2"
fontdb = "0.16"
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "nellymoser", "default_compatibility_rules", "egui"] }
Expand Down

0 comments on commit aa834e6

Please sign in to comment.