- Removed old workspace crate, moved out to [gpui-workspace](https://github.com/huacnlee/gpui-workspace) <img width="491" alt="image" src="https://github.com/user-attachments/assets/5048491c-9b98-4af5-9f0f-9a0f20c2308f"> Icons for Windows and Linux use by SVG icon, it based on: - https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font - Download Font: [Segoe Fluent Icons](https://learn.microsoft.com/en-us/windows/apps/design/downloads/#fonts)
17 lines
283 B
TOML
17 lines
283 B
TOML
[package]
|
|
name = "gpui-app"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
anyhow.workspace = true
|
|
rust-embed = "8"
|
|
log.workspace = true
|
|
ui.workspace = true
|
|
story.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|