mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Update smol_str (#3991)
This commit is contained in:
@@ -81,7 +81,7 @@ cursor-icon = "1.1.0"
|
|||||||
dpi = { version = "0.1.1", path = "dpi" }
|
dpi = { version = "0.1.1", path = "dpi" }
|
||||||
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
|
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
|
||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
smol_str = "0.2.0"
|
smol_str = "0.3"
|
||||||
tracing = { version = "0.1.40", default-features = false }
|
tracing = { version = "0.1.40", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ changelog entry.
|
|||||||
- On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation.
|
- On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation.
|
||||||
- On macOS, no longer emit `Focused` upon window creation.
|
- On macOS, no longer emit `Focused` upon window creation.
|
||||||
- On iOS, emit more events immediately, instead of queuing them.
|
- On iOS, emit more events immediately, instead of queuing them.
|
||||||
|
- Update `smol_str` to version `0.3`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user