Skip to content

Commit

Permalink
Push a few more wasm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Nov 27, 2024
1 parent 116ca44 commit 7d8cd8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 55 deletions.
55 changes: 3 additions & 52 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ badge = []
card = []
date_picker = ["chrono"]
color_picker = ["iced/canvas"]
cupertino = ["time", "iced/canvas"]
grid = ["itertools"]
glow = [] # TODO
tab_bar = []
Expand Down Expand Up @@ -65,9 +64,8 @@ chrono = { version = "0.4.38", optional = true, features = ["wasmbind"]}
itertools = { version = "0.13.0", optional = true }
num-format = { version = "0.4.4", optional = true }
num-traits = { version = "0.2.19", optional = true }
time = { version = "0.3.36", features = ["local-offset"], optional = true }
iced_fonts = "0.1.1"

getrandom = { version = "0.2", features = ["js"] }
web-time = "1.1.0"

[dependencies.iced]
Expand Down

0 comments on commit 7d8cd8d

Please sign in to comment.