Skip to content

Commit 538421e

Browse files
authored
B E V Y F I F T E E N (#100)
* init * start bumping deps... * bump deps to non branched ones * ... there's quite a bit to change this release ... * wip: I am not a big fan of the Handle<T> no longer being queryable >< * include example of config, we can remove old one as it always messes ppl up * feat: initially 2d is now working... * chore: update shaderbook * feat: initially 2d is now working... * bug: what's goin on with my NOT AT ALL THERE 3d shapes?! * reenable toggle mouse passthrough * remove .cargo/config.toml by default * chore: cleanups, clippys * fix: correct group bindings....
1 parent 4175f7f commit 538421e

24 files changed

+20211
-17796
lines changed

.cargo/config.toml .cargo/example-config.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
[target.x86_64-unknown-linux-gnu]
77
linker = "clang"
8-
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
8+
rustflags = [
9+
"-Clink-arg=-fuse-ld=lld",
10+
"-Zshare-generics=yes",
11+
"-Clink-arg=--ld-path=/usr/local/bin/mold",
12+
]
913

1014
# 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:
1115
# `brew install llvm`
@@ -24,3 +28,6 @@ rustflags = ["-Zshare-generics=n"]
2428
# In most cases the gains are negligible, but if you are on macos and have slow compile times you should see significant gains.
2529
#[profile.dev]
2630
#debug = 1
31+
#
32+
[build]
33+
rustc-wrapper = "/home/jer/.cargo/bin/sccache"

.direnv/flake-profile

-1
This file was deleted.

.direnv/flake-profile-1-link

-1
This file was deleted.

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,5 @@ cython_debug/
188188
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
189189
#.idea/
190190

191+
.direnv/*
192+
.cargo/config.toml

0 commit comments

Comments
 (0)