Skip to content

Commit 71eaf45

Browse files
Bring more of the Velato runtime, including Composition, Renderer. (#15)
This code will need a lot of enhancements and improvements, but it is still very close to what was in Velato with only minimal changes. This brings an optional dependency on Vello so that the `Renderer` can be used to create a Vello `Scene` from the animation and composition data.
1 parent 5622333 commit 71eaf45

File tree

6 files changed

+1008
-30
lines changed

6 files changed

+1008
-30
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# This should be limited to packages that are intended for publishing.
1414
RUST_MIN_VER_PKGS: "-p interpoli"
1515
# List of features that depend on the standard library and will be excluded from no_std checks.
16-
FEATURES_DEPENDING_ON_STD: "std,default"
16+
FEATURES_DEPENDING_ON_STD: "std,default,vello"
1717

1818

1919
# Rationale

0 commit comments

Comments
 (0)