Files
oak-gpui/crates/image_viewer/Cargo.toml
T
Bennet Bo Fenner 25443a91ca image viewer: Show path in breadcrumbs (#20155)
Closes #10057

<img width="354" alt="image"
src="https://github.com/user-attachments/assets/47afe8fd-c8ac-45af-be9a-9ca8c5e066f6">

Release Notes:

- Show path in breadcrumbs/toolbar when opening an image
2024-11-04 10:18:21 +01:00

25 lines
421 B
TOML

[package]
name = "image_viewer"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/image_viewer.rs"
doctest = false
[dependencies]
anyhow.workspace = true
db.workspace = true
file_icons.workspace = true
gpui.workspace = true
project.workspace = true
settings.workspace = true
theme.workspace = true
ui.workspace = true
workspace.workspace = true