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

Update toolchain and some dependencies to be in line with Rust-GPU version 0.9 #153

Closed
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5ac60c7
Dependencies updated and toolchain updated to a modern version of rus…
Schmiedium Jan 29, 2025
1bef78f
Dependencies for all crates should be updated to the latest available…
Schmiedium Feb 1, 2025
aac49ce
Two bit flag fields in cust/texture.rs did not implement traits requi…
Schmiedium Feb 1, 2025
912ee90
I both of these files, the field access was replaced with a getter me…
Schmiedium Feb 1, 2025
a9cbc6d
ArrayObjectFlags needed Debug and PartialEq traits to be derived, was…
Schmiedium Feb 1, 2025
f1fc6cc
updating another file
Schmiedium Feb 27, 2025
535c851
Merge pull request #1 from Schmiedium:ForwardPort
Schmiedium Feb 27, 2025
28f7d7f
removed once_cell as dependency from rustc_codegen_nvvm. The goal was…
Schmiedium Feb 27, 2025
0da1a49
Merge branch 'Rust-GPU:main' into main
Schmiedium Mar 7, 2025
ccb309f
Merge branch 'Rust-GPU:main' into main
Schmiedium Mar 8, 2025
89b28e6
update toolchain to 2023-04-15, the same as the most recent release o…
Schmiedium Mar 8, 2025
7343455
The method try_fill_bytes is no longer a member of RngCore, so it has…
Schmiedium Mar 8, 2025
554f82d
Error is no longer a part of rand_core, so it has been removed from a…
Schmiedium Mar 8, 2025
cab3ddc
the unwrap is no longer necessary, the method from_rng returns the rn…
Schmiedium Mar 8, 2025
2961efd
Needed to implement AsRef<[u8]> for Seed512. This trait is required t…
Schmiedium Mar 8, 2025
49235ca
undoing a change that was not meant to be committed
Schmiedium Mar 8, 2025
fe9bbf7
Merge branch 'Rust-GPU:main' into main
Schmiedium Mar 8, 2025
adf5b60
update toolchain to 2023-04-15, the same as the most recent release o…
Schmiedium Mar 8, 2025
c2af6bc
The method try_fill_bytes is no longer a member of RngCore, so it has…
Schmiedium Mar 8, 2025
4128a3e
Merge branch 'UpdateToolChainAndFixGpuRand' of https://github.com/Sch…
Schmiedium Mar 8, 2025
be2e9cc
White space edits to match main
Schmiedium Mar 8, 2025
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
Prev Previous commit
Next Next commit
Merge branch 'Rust-GPU:main' into main
Schmiedium authored Mar 7, 2025
commit 0da1a4946ef6b167e83efca18f8e232c9a2f3b6f

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.