Skip to content
Snippets Groups Projects
Commit e05fe1a6 authored by Dimchikkk's avatar Dimchikkk
Browse files

bump version & update readme

parent 5be7d941
No related branches found
No related tags found
No related merge requests found
...@@ -476,7 +476,7 @@ dependencies = [ ...@@ -476,7 +476,7 @@ dependencies = [
[[package]] [[package]]
name = "bevy_cosmic_edit" name = "bevy_cosmic_edit"
version = "0.21.0" version = "0.22.0"
dependencies = [ dependencies = [
"arboard", "arboard",
"bevy", "bevy",
......
[package] [package]
name = "bevy_cosmic_edit" name = "bevy_cosmic_edit"
version = "0.21.0" version = "0.22.0"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Bevy cosmic-text multiline text input" description = "Bevy cosmic-text multiline text input"
......
...@@ -29,7 +29,8 @@ RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown -- ...@@ -29,7 +29,8 @@ RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --
| bevy | bevy_cosmic_edit | | bevy | bevy_cosmic_edit |
| ------ | ---------------- | | ------ | ---------------- |
| 0.13.0 | 0.16 - latest | | 0.14.0 | 0.22 - latest |
| 0.13.0 | 0.16 - 0.21 |
| 0.12.* | 0.15 | | 0.12.* | 0.15 |
| 0.11.* | 0.8 - 0.14 | | 0.11.* | 0.8 - 0.14 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment