fix: able to insert duplicate keys into collection
This replaces the custom `Collection` implementation with `IndexMap` from the crate of the same name. Fixes #28.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1146,6 +1146,7 @@ dependencies = [
|
||||
"glib",
|
||||
"gtk",
|
||||
"gtk-layer-shell",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"libcorn",
|
||||
"mpd_client",
|
||||
|
||||
Reference in New Issue
Block a user