diff options
author | 2023-02-20 10:04:36 -0800 | |
---|---|---|
committer | 2023-02-20 10:04:36 -0800 | |
commit | 9565b477ca66ef33bf3869361b838275e411ca75 (patch) | |
tree | 490f76407909300301cbfda0bda57676fd48882a /glow/README.md | |
parent | 3aaf5d8873b16302badb14dc5508329c943862fb (diff) | |
parent | 8c83d40e115a182136acfe013baa7a3f795ba3a5 (diff) | |
download | iced-9565b477ca66ef33bf3869361b838275e411ca75.tar.gz iced-9565b477ca66ef33bf3869361b838275e411ca75.tar.bz2 iced-9565b477ca66ef33bf3869361b838275e411ca75.zip |
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Diffstat (limited to 'glow/README.md')
-rw-r--r-- | glow/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/README.md b/glow/README.md index 38449c64..95c9d62a 100644 --- a/glow/README.md +++ b/glow/README.md @@ -28,7 +28,7 @@ Currently, `iced_glow` supports the following primitives: Add `iced_glow` as a dependency in your `Cargo.toml`: ```toml -iced_glow = "0.6" +iced_glow = "0.7" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If |