diff options
author | 2022-05-02 21:53:25 +0200 | |
---|---|---|
committer | 2022-05-02 22:07:53 +0200 | |
commit | d23026d2dd24ae6daa20f479678ad802f493c7bc (patch) | |
tree | 24400fcc479fb518b48dbc7fc84291879ea647c8 /glow/Cargo.toml | |
parent | 990c0500806889c854388fcda0689f8e77c02199 (diff) | |
download | iced-d23026d2dd24ae6daa20f479678ad802f493c7bc.tar.gz iced-d23026d2dd24ae6daa20f479678ad802f493c7bc.tar.bz2 iced-d23026d2dd24ae6daa20f479678ad802f493c7bc.zip |
Bump versions :tada:
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index e0907a66..18215e9b 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "iced_glow" -version = "0.2.0" +version = "0.3.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A glow renderer for iced" license = "MIT AND OFL-1.1" -repository = "https://github.com/hecrj/iced" +repository = "https://github.com/iced-rs/iced" [features] canvas = ["iced_graphics/canvas"] @@ -24,11 +24,11 @@ bytemuck = "1.4" log = "0.4" [dependencies.iced_native] -version = "0.4" +version = "0.5" path = "../native" [dependencies.iced_graphics] -version = "0.2" +version = "0.3" path = "../graphics" features = ["font-fallback", "font-icons", "opengl"] |