Skip to content

Commit

Permalink
Update the source of iced_aw (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey authored Jan 9, 2024
1 parent 3703d5a commit b319192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapf-viz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
mapf = { path="../mapf" }
iced = { git = "https://github.com/mxgrey/iced", branch = "asymmetric_scale", features = ["canvas", "smol"] }
iced_aw = { git = "https://github.com/iced-rs/iced_aw", branch = "v0.1.0" }
iced_aw = { git = "https://github.com/iced-rs/iced_aw", tag = "v0.1.0" }
iced_native = { git = "https://github.com/mxgrey/iced", branch = "asymmetric_scale" }
serde = { version="1.0", features = ["derive"] }
serde_yaml = "*"
Expand Down

0 comments on commit b319192

Please sign in to comment.