Skip to content

Commit

Permalink
spun off crabslab to its own repo, bumped wgpu to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Jan 5, 2024
1 parent 874a445 commit 5c18b71
Show file tree
Hide file tree
Showing 25 changed files with 52 additions and 1,924 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ members = [
"crates/renderling",
"crates/renderling-shader",
#"crates/renderling-gpui",
"crates/crabslab",
"crates/crabslab-derive",
]

exclude = ["./shaders"]
Expand All @@ -17,11 +15,12 @@ resolver = "2"
[workspace.dependencies]
async-channel = "1.8"
bytemuck = { version = "1.13.0", features = ["derive"] }
crabslab = { version = "0.1.3", default-features = false }
futures-lite = "1.13"
gltf = { git = 'https://github.com/gltf-rs/gltf.git', features = ["KHR_lights_punctual", "KHR_materials_unlit", "KHR_materials_emissive_strength", "extras"] }
image = "0.24"
log = "0.4"
glam = { version = "0.24.2", default-features = false }
snafu = "0.7"
winit = { version = "0.27" }
wgpu = { version = "0.17" }
wgpu = { version = "0.18" }
10 changes: 10 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# devlog

## Fri Jan 5, 2024

The slab implementation in this repo has been spun off into its own thing.
[`crabslab`](https://github.com/schell/crabslab) is now live!

## Sometime around new years?

I removed the bloom implementation completely.
It will be reimplemented later as a physically-based bloom.

## Sat Dec 23, 2023

I've ported over a majority of the tests to the GLTF-on-the-slab implementation.
Expand Down
22 changes: 0 additions & 22 deletions crates/crabslab-derive/Cargo.toml

This file was deleted.

178 changes: 0 additions & 178 deletions crates/crabslab-derive/src/lib.rs

This file was deleted.

33 changes: 0 additions & 33 deletions crates/crabslab/Cargo.toml

This file was deleted.

94 changes: 0 additions & 94 deletions crates/crabslab/README.md

This file was deleted.

Binary file removed crates/crabslab/crabslab.png
Binary file not shown.
Loading

0 comments on commit 5c18b71

Please sign in to comment.