mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 14:44:28 +00:00
Implements a basic web platform for the wasm32-unknown-unknown target for gpui Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: John Tur <john-tur@outlook.com>
16 lines
255 B
TOML
16 lines
255 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "hello_web"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "hello_web"
|
|
path = "main.rs"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../../../gpui" }
|
|
gpui_platform = { path = "../../../gpui_platform" }
|
|
web-time = "1"
|