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

Bevy v0.15.0 #87

Merged
merged 28 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
89fbbed
Upgrade bevy to v0.15.0 and fix build
egenard Dec 10, 2024
6ca6446
Fix examples with default features build
egenard Dec 10, 2024
a93689c
build: remove unused file
simbleau Dec 11, 2024
a6fc8d6
fix: lint
simbleau Dec 11, 2024
c00e61f
build: add common API derives
simbleau Dec 11, 2024
f9ef95f
fix: lints
simbleau Dec 11, 2024
9745cea
fix: use .id()
simbleau Dec 11, 2024
01a82e2
fix: dotLottie features
simbleau Dec 11, 2024
24edfaa
fix: unnecessary mut
simbleau Dec 11, 2024
47ec0f0
refactor: style on setup_ss_rendertarget
simbleau Dec 11, 2024
cbc7c9b
fix: lint
simbleau Dec 11, 2024
512de03
refactor: remove required components from bundles
simbleau Dec 11, 2024
4f5fbf2
Implement Deref for VelloAssetHandle
egenard Dec 11, 2024
838c968
Fix lottie theme color setting
egenard Dec 11, 2024
e5f48bb
Fix redundant Deref impl
egenard Dec 11, 2024
140060b
build: update closer with velato fork
simbleau Jan 28, 2025
30dc935
fix: more examples, clippy lints
simbleau Jan 28, 2025
987aa93
fix: transparency
simbleau Jan 28, 2025
bfe188f
fix: add back whitespace
simbleau Jan 28, 2025
8742d6e
fix: use alpha blending
simbleau Jan 28, 2025
f6546ca
fix: add `TemporaryRenderEntity` marker
simbleau Jan 29, 2025
d9f170a
fix: resizing the window
simbleau Jan 29, 2025
90469e9
fix: pixel scale
simbleau Jan 29, 2025
f783857
build: use velato 0.5.0
simbleau Feb 2, 2025
16dddce
fix: color remapping
simbleau Feb 2, 2025
7f2e8d1
docs: update README, changelog
simbleau Feb 2, 2025
5ab5c10
fix(ci): install deps
simbleau Feb 2, 2025
f9504eb
ci: update apt-get
simbleau Feb 2, 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
build: use velato 0.5.0
  • Loading branch information
simbleau committed Feb 2, 2025
commit f78385788567b1f4ad3df76145ab5e3178e0dd29
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repository.workspace = true
bevy = { workspace = true }
vello = "0.4.0"
vello_svg = "0.6.0"
velato = { git = "https://github.com/linebender/velato", branch = "simbleau/vello-0.4" }
velato = "0.5.0"
thiserror = "2.0.11"
once_cell = "1.19.0"
skrifa = "0.26.5"
Expand Down