Skip to content

Commit

Permalink
Compute.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 7, 2024
1 parent 0439a1e commit 62c7c0e
Show file tree
Hide file tree
Showing 12 changed files with 1,240 additions and 601 deletions.
1,245 changes: 922 additions & 323 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [
resolver = "2"

[workspace.dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
bevy = { git = "https://github.com/tychedelia/bevy", branch = "as-bind-group-sampler" }
bevy_egui = { git = "https://github.com/tychedelia/bevy_egui", branch = "main" }
bevy-inspector-egui = { git = "https://github.com/tychedelia/bevy-inspector-egui", branch = "main" }
image = "0.25"
Expand Down
2 changes: 1 addition & 1 deletion bevy_nannou_draw/src/draw/drawing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ where
// The draw command index of the material being used.
pub(crate) material_index: usize,
// Whether the **Drawing** should attempt to finish the drawing on drop.
finish_on_drop: bool,
pub(crate) finish_on_drop: bool,
// The node type currently being drawn.
_ty: PhantomData<T>,
}
Expand Down
Loading

0 comments on commit 62c7c0e

Please sign in to comment.