Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B E V Y F O U R T E E N #92

Merged
merged 26 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
06a4716
testing nix
alphastrata May 31, 2024
d739553
chore: fucking finally
alphastrata May 31, 2024
b2b069a
fix: found it.
alphastrata Jun 9, 2024
11d561c
fix: fix toolchain.toml
alphastrata Jun 9, 2024
35d6917
chore: update readme
alphastrata Jun 9, 2024
8d20ac2
bump pipeline to nightly
alphastrata Jun 11, 2024
8f64471
Merge branch 'main' into 0.14.x
alphastrata Jun 11, 2024
b1b9bc7
add my .envrc
alphastrata Jun 11, 2024
1c6cf4e
bump deps prior to make 0.14.0 easiers
jereziah Jun 17, 2024
e5cdf6c
update shaderbook
jereziah Jun 17, 2024
6ab5db8
Merge branch 'main' into update-to-bevy-14
alphastrata Jul 4, 2024
0ac2bf2
wip: few of our key deps are still behind, so we're using the open PR…
alphastrata Jul 4, 2024
f62182e
Update Cargo.toml
jereziah Jul 5, 2024
e9c54d2
update toml
jereziah Jul 5, 2024
f5a11b7
fix: missing deps
alphastrata Jul 6, 2024
f408a41
fix: missing deps
alphastrata Jul 6, 2024
18d5da0
fix: missing deps
alphastrata Jul 6, 2024
4c5a45d
fix: it runs!
alphastrata Jul 6, 2024
ed784ce
chore: update bevy shaders doc
alphastrata Jul 6, 2024
e8bc144
chore: update bevy shaders doc
alphastrata Jul 6, 2024
c1acd4d
wip: almost done...
alphastrata Jul 6, 2024
5ddbdaf
wip: almost done...
alphastrata Jul 6, 2024
2fbe92f
fix: mesh2d_vertex_output is no longer from forward_io for 2d shaders
alphastrata Jul 6, 2024
de48c78
fix: more meshvertex for 2d changes
alphastrata Jul 6, 2024
b9bc78d
fix: update some small parts of cheatsheet
alphastrata Jul 6, 2024
2bf5fca
fix: update some small parts of cheatsheet 2/n
alphastrata Jul 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
Loading