Skip to content

Commit 5c18b71

Browse files
committed
spun off crabslab to its own repo, bumped wgpu to 0.18
1 parent 874a445 commit 5c18b71

File tree

25 files changed

+52
-1924
lines changed

25 files changed

+52
-1924
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ members = [
66
"crates/renderling",
77
"crates/renderling-shader",
88
#"crates/renderling-gpui",
9-
"crates/crabslab",
10-
"crates/crabslab-derive",
119
]
1210

1311
exclude = ["./shaders"]
@@ -17,11 +15,12 @@ resolver = "2"
1715
[workspace.dependencies]
1816
async-channel = "1.8"
1917
bytemuck = { version = "1.13.0", features = ["derive"] }
18+
crabslab = { version = "0.1.3", default-features = false }
2019
futures-lite = "1.13"
2120
gltf = { git = 'https://github.com/gltf-rs/gltf.git', features = ["KHR_lights_punctual", "KHR_materials_unlit", "KHR_materials_emissive_strength", "extras"] }
2221
image = "0.24"
2322
log = "0.4"
2423
glam = { version = "0.24.2", default-features = false }
2524
snafu = "0.7"
2625
winit = { version = "0.27" }
27-
wgpu = { version = "0.17" }
26+
wgpu = { version = "0.18" }

DEVLOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# devlog
22

3+
## Fri Jan 5, 2024
4+
5+
The slab implementation in this repo has been spun off into its own thing.
6+
[`crabslab`](https://github.com/schell/crabslab) is now live!
7+
8+
## Sometime around new years?
9+
10+
I removed the bloom implementation completely.
11+
It will be reimplemented later as a physically-based bloom.
12+
313
## Sat Dec 23, 2023
414

515
I've ported over a majority of the tests to the GLTF-on-the-slab implementation.

crates/crabslab-derive/Cargo.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

crates/crabslab-derive/src/lib.rs

Lines changed: 0 additions & 178 deletions
This file was deleted.

crates/crabslab/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

crates/crabslab/README.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

crates/crabslab/crabslab.png

-1.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)