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 I F T E E N #100

Merged
merged 24 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1457c91
init
alphastrata Nov 29, 2024
513aa43
start bumping deps...
alphastrata Nov 29, 2024
53029e0
bump deps to non branched ones
alphastrata Dec 3, 2024
29ebc39
... there's quite a bit to change this release ...
alphastrata Dec 3, 2024
54952e6
wip: I am not a big fan of the Handle<T> no longer being queryable ><
alphastrata Dec 18, 2024
c518e41
include example of config, we can remove old one as it always messes …
alphastrata Dec 18, 2024
22cfb58
feat: initially 2d is now working...
alphastrata Dec 18, 2024
7d19571
feat: initially 2d is now working...
alphastrata Dec 18, 2024
a53d1f6
feat: initially 2d is now working...
alphastrata Dec 18, 2024
aba0f61
chore: update shaderbook
alphastrata Dec 18, 2024
e973a78
feat: initially 2d is now working...
alphastrata Dec 18, 2024
445b621
bug: what's goin on with my NOT AT ALL THERE 3d shapes?!
alphastrata Dec 18, 2024
fc0bfc3
reenable toggle mouse passthrough
alphastrata Dec 18, 2024
af20561
meh
alphastrata Dec 18, 2024
c977d59
still can't fucking see anything....
alphastrata Dec 18, 2024
9a405bf
still can't fucking see anything....
alphastrata Dec 18, 2024
405700a
update bevy shaderbook
alphastrata Dec 18, 2024
81e3266
update bevy shaderbook
alphastrata Dec 18, 2024
ab581df
remove .cargo/config.toml by default
alphastrata Dec 18, 2024
ee0df38
clippy
alphastrata Dec 18, 2024
8060540
chore: cleanups, clippys
alphastrata Dec 18, 2024
0780ee4
chore: cleanups, clippys
alphastrata Dec 18, 2024
323e5cd
chore: cleanups, clippys
alphastrata Dec 18, 2024
19e21a7
fix: correct group bindings....
alphastrata Dec 18, 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
9 changes: 8 additions & 1 deletion .cargo/config.toml → .cargo/example-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
rustflags = [
"-Clink-arg=-fuse-ld=lld",
"-Zshare-generics=yes",
"-Clink-arg=--ld-path=/usr/local/bin/mold",
]

# NOTE: you must install [Mach-O LLD Port](https://lld.llvm.org/MachO/index.html) on mac. you can easily do this by installing llvm which includes lld with the "brew" package manager:
# `brew install llvm`
Expand All @@ -24,3 +28,6 @@ rustflags = ["-Zshare-generics=n"]
# In most cases the gains are negligible, but if you are on macos and have slow compile times you should see significant gains.
#[profile.dev]
#debug = 1
#
[build]
rustc-wrapper = "/home/jer/.cargo/bin/sccache"
1 change: 0 additions & 1 deletion .direnv/flake-profile

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile-1-link

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.direnv/*
.cargo/config.toml
Loading
Loading