Skip to content

Commit 628d80d

Browse files
committed
Reorganize
1 parent 02137c2 commit 628d80d

19 files changed

+3453
-313
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
[workspace]
2-
members = ["crates/luna"]
3-
default-members = ["crates/luna"]
4-
resolver = "2"
1+
[package]
2+
name = "luna"
3+
version = "0.1.0"
4+
edition = "2021"
5+
publish = false
56

6-
[workspace.dependencies]
7-
luna = { path = "crates/luna" }
7+
[[bin]]
8+
name = "luna"
9+
path = "src/luna.rs"
810

11+
[dependencies]
912
gpui = { git = "https://github.com/zed-industries/zed" }
10-
# smallvec is included here for convenience, it is used by gpui when creating
11-
# components that can have children. uncomment this line or
12-
# use `cargo add smallvec` to add it to your project
13-
#smallvec = "1.13.2"
14-
1513
anyhow = "1.0.97"
1614
schemars = "0.8.22"
1715
schemars_derive = "0.8.22"
@@ -23,3 +21,5 @@ strum = "0.24"
2321
strum_macros = "0.24"
2422
palette = "0.7.6"
2523
taffy = "0.4.3"
24+
rand = "0.9.0"
25+
slotmap = "1.0.7"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)