Skip to content

Commit

Permalink
update anymap3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nertsal committed Nov 15, 2024
1 parent e6d7d25 commit cbe4356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = ["crates/*"]
[dependencies]
stecs-derive = { path = "crates/stecs-derive", version = "0.1.0" }
slotmap = { version = "1.0", optional = true }
anymap3 = { version = "1.0", optional = true }
anymap3 = { version = "1.0.1", optional = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
1 change: 0 additions & 1 deletion src/dynamic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::marker::PhantomData;

use anymap3::{CloneAny, Map};

// TODO: rewrite anymap3
// TODO: optional clone

/// A storage of dynamic components.
Expand Down

0 comments on commit cbe4356

Please sign in to comment.