Skip to content

Commit

Permalink
Remove the first version of the graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jan 28, 2025
1 parent f77ed68 commit b6f445c
Show file tree
Hide file tree
Showing 11 changed files with 449 additions and 1,496 deletions.
108 changes: 22 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/headless/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use std::path::{Path, PathBuf};
use anyhow::{anyhow, bail, Context, Result};
use clap::Parser;
use scenes::{ImageCache, SceneParams, SceneSet, SimpleText};
use vello::graph_v2::{Canvas, Gallery, OutputSize, PaintingDescriptor, Vello};
use vello::graph::{Canvas, Gallery, OutputSize, PaintingDescriptor, Vello};
use vello::kurbo::{Affine, Vec2};
use vello::peniko::color::palette;
use vello::util::RenderContext;
Expand Down
1 change: 0 additions & 1 deletion vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ wgpu-profiler = { workspace = true, optional = true }
thiserror = { workspace = true }
# TODO: Add feature for built-in bitmap emoji support?
png = { version = "0.17.14" }
dagga = "0.2.1"
Loading

0 comments on commit b6f445c

Please sign in to comment.