Skip to content

Commit 47abd92

Browse files
committed
[update] crate names & move lambda-rs into crates folder to better organize the root.
1 parent 4d13344 commit 47abd92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+31
-30
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
# Sub packages provided by lambda.
44
members = [
5-
"lambda",
6-
"crates/lambda-platform",
7-
"crates/lambda-args",
5+
"crates/lambda-rs",
6+
"crates/lambda-rs-args",
7+
"crates/lambda-rs-platform",
88
"tools/obj_loader"
99
]
1010

1111
default-members = [
12-
"lambda",
13-
"crates/lambda-platform",
12+
"crates/lambda-rs",
13+
"crates/lambda-rs-args",
14+
"crates/lambda-rs-platform",
1415
"tools/obj_loader"
1516
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "lambda-args"
2+
name = "lambda-rs-args"
33
version = "2023.1.26"
44
edition = "2021"
55
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "lambda-platform"
2+
name = "lambda-rs-platform"
33
version = "2023.1.26"
44
edition = "2021"
55
resolver = "2"
File renamed without changes.
File renamed without changes.

crates/lambda-platform/assets/shaders/triangles.frag renamed to crates/lambda-rs-platform/assets/shaders/triangles.frag

File renamed without changes.

crates/lambda-platform/assets/shaders/triangles.vert renamed to crates/lambda-rs-platform/assets/shaders/triangles.vert

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)