summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 22:01:57 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-12 22:01:57 +0200
commitb57d567981bb7ef5f9ff397c210778f211d2de5b (patch)
tree4b90afbc76cee8df6e3196883d2c55e5691aaf62 /core/Cargo.toml
parent735cfb790813c44852612400e31c0190b9c641a6 (diff)
downloadiced-b57d567981bb7ef5f9ff397c210778f211d2de5b.tar.gz
iced-b57d567981bb7ef5f9ff397c210778f211d2de5b.tar.bz2
iced-b57d567981bb7ef5f9ff397c210778f211d2de5b.zip
Use `bitflags` for `keyboard::Modifiers`
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 88f257b7..54d927af 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -8,6 +8,7 @@ license = "MIT"
repository = "https://github.com/hecrj/iced"
[dependencies]
+bitflags = "1.2"
[dependencies.palette]
version = "0.5.0"