Skip to content

Commit

Permalink
Shadow mapping, xtask, renderling-build
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 27, 2024
1 parent 9208b9e commit d30e608
Show file tree
Hide file tree
Showing 98 changed files with 7,238 additions and 3,953 deletions.
5 changes: 4 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[alias]
shaders = "gpu toml crates/renderling"
xtask = "run --package xtask --"

[build]
rustflags = ["--cfg=web_sys_unstable_apis"]
rustdocflags = ["--cfg=web_sys_unstable_apis"]

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
- id: cachepathstep
run: |
CACHE_PATH=`cargo gpu show --cache-directory`
CACHE_PATH=`cargo gpu show cache-directory`
echo $CACHE_PATH
echo "cachepath-$RUNNER_OS=$CACHE_PATH" >> "$GITHUB_OUTPUT"
Expand Down
Loading

0 comments on commit d30e608

Please sign in to comment.