Skip to content

Commit 825294a

Browse files
committed
Shadow mapping, xtask, renderling-build
1 parent 6696cb9 commit 825294a

File tree

116 files changed

+11612
-473
lines changed

Some content is hidden

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

116 files changed

+11612
-473
lines changed

.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 }

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
4141
- id: cachepathstep
4242
run: |
43-
CACHE_PATH=`cargo gpu show --cache-directory`
43+
CACHE_PATH=`cargo gpu show cache-directory`
4444
echo $CACHE_PATH
4545
echo "cachepath-$RUNNER_OS=$CACHE_PATH" >> "$GITHUB_OUTPUT"
4646

0 commit comments

Comments
 (0)