Skip to content
Snippets Groups Projects
Commit 45732404 authored by sam edelsten's avatar sam edelsten
Browse files

Merge branch 'main' into password_plugin

parents a4b28e39 e1c42c12
No related branches found
No related tags found
No related merge requests found
# Changelog
## Version 0.19.0 (2024)
- Fix text mode that allows arbitrary length string
## Version 0.18.0 (2024)
- Add text placeholder plugin
......
......@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "bevy_cosmic_edit"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"arboard",
"bevy",
......
workspace = { members = ["util"] }
[package]
name = "bevy_cosmic_edit"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Bevy cosmic-text multiline text input"
......
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