Skip to content

Commit

Permalink
feat: enable skia renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 30, 2024
1 parent d592d72 commit 44ad2d9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
43 changes: 39 additions & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion preferences/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.95"
slint = "1.8.0"
windows = { version = "0.58.0", features = [
"Win32_Security",
"Win32_System_Registry",
] }

[dependencies.slint]
version = "1.8.0"
features = ["renderer-skia"]

[dependencies.chewing]
version = "0.9.1"
features = ["sqlite"]
Expand Down

0 comments on commit 44ad2d9

Please sign in to comment.