Skip to content

Commit 34f60ca

Browse files
committed
added xtask, added renderling-build, updated deps, use GrayImage for depth reading, regenerate linkage
1 parent 9be2934 commit 34f60ca

File tree

77 files changed

+8698
-353
lines changed

Some content is hidden

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

77 files changed

+8698
-353
lines changed

Diff for: .cargo/config.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[alias]
2-
shaders = "gpu toml crates/renderling"
2+
xtask = "run --package xtask --"
33

44
[build]
55
rustflags = ["--cfg=web_sys_unstable_apis"]
66
rustdocflags = ["--cfg=web_sys_unstable_apis"]
7+
8+
[env]
9+
CARGO_WORKSPACE_DIR = { value = "", relative = true }

0 commit comments

Comments
 (0)