15 lines
354 B
TOML
15 lines
354 B
TOML
[package]
|
|
name = "app_assets"
|
|
description = "Example to load icons or images from assets folder."
|
|
version = "0.5.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|
|
gpui-component = { workspace = true }
|
|
rust-embed = { version = "8", features = ["interpolate-folder-path"] }
|
|
|
|
[lints]
|
|
workspace = true
|