linux: Panic less on window init (#14255)

This change pulls in https://github.com/kvark/blade/pull/135 and updates
the simplelog dependency for compatibility with that.


Release Notes:

- linux: Show link to troubleshooting docs when we can't open a window
This commit is contained in:
Conrad Irwin 2024-07-11 16:04:46 -06:00 committed by GitHub
parent ac528dda64
commit b87d1eabcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 113 additions and 79 deletions

View file

@ -29,7 +29,7 @@ picker.workspace = true
project.workspace = true
rust-embed.workspace = true
settings.workspace = true
simplelog = "0.9"
simplelog.workspace = true
story.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
theme.workspace = true