diff options
author | 2020-01-01 14:16:10 +0100 | |
---|---|---|
committer | 2020-01-01 14:16:10 +0100 | |
commit | e1062a02d17f5748e4809b76ddcc132f1c912886 (patch) | |
tree | 70fbd0e7b6ee7801f017f469cfdb1b786e2a085d /wgpu/Cargo.toml | |
parent | 9ab7c47dc7d834ee73bc068f9f34eea4d6946436 (diff) | |
download | iced-e1062a02d17f5748e4809b76ddcc132f1c912886.tar.gz iced-e1062a02d17f5748e4809b76ddcc132f1c912886.tar.bz2 iced-e1062a02d17f5748e4809b76ddcc132f1c912886.zip |
Move styling to a brand new `iced_style` crate
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index bb241914..19d41bba 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -12,6 +12,7 @@ svg = ["resvg"] [dependencies] iced_native = { version = "0.1.0", path = "../native" } +iced_style = { version = "0.1.0-alpha", path = "../style" } wgpu = "0.4" glyph_brush = "0.6" wgpu_glyph = { version = "0.7", git = "https://github.com/hecrj/wgpu_glyph", branch = "fix/font-load-panic" } |