Skip to content

Commit

Permalink
Merge pull request #1 from gosub-io/vello
Browse files Browse the repository at this point in the history
initial vello
  • Loading branch information
jaytaph authored Jan 12, 2025
2 parents 2f5f896 + fafe331 commit 172a95c
Show file tree
Hide file tree
Showing 20 changed files with 4,688 additions and 565 deletions.
3,489 changes: 3,185 additions & 304 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ path = "src/bin/generate-svg.rs"
name = "gtk-test"
path = "src/bin/gtk-test.rs"

[[bin]]
name = "gtk2-test"
path = "src/bin/gtk2-test.rs"

[[bin]]
name = "vello-test"
path = "src/bin/vello-test.rs"

[[bin]]
name = "fm"
path = "src/bin/fm.rs"


[dependencies]
colog = "^1.3"
log = "0.4.22"
Expand All @@ -25,3 +38,10 @@ font-kit = "0.14.2"
cairo-rs = { version = "0.19.4", features = ["use_glib", "freetype"] }
pangocairo = "0.20.7"
freetype-rs = "0.36.0"
vello = "0.3.0"
winit = "0.30.7"
pollster = "0.4.0"
image = "0.25.5"
parley = "0.2.0"
swash = "0.1.19"
fontique = "0.1.0"
1 change: 1 addition & 0 deletions resources/icons/hicolor/scalable/apps/gosub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions resources/icons/hicolor/symbolic/apps/gosub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 172a95c

Please sign in to comment.