Skip to content

Commit

Permalink
Minor fix in logo example
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Aug 10, 2023
1 parent ac8aedc commit db321e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/logo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
three-d = { path = "../../" }
three-d-asset = {git = "https://github.com/asny/three-d-asset",features = ["hdr", "http"] }
three-d-asset = {git = "https://github.com/asny/three-d-asset",features = ["png", "http"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit db321e4

Please sign in to comment.