We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7681d commit 90fcdacCopy full SHA for 90fcdac
examples/counter/Cargo.toml
@@ -14,6 +14,7 @@ system_fonts = ["blitz-dom/system_fonts"]
14
vello = ["dioxus-native/vello"]
15
cpu = ["cpu-pixels"]
16
svg = ["blitz-paint/svg"]
17
+hybrid = ["dioxus-native/vello-hybrid"]
18
cpu-pixels = ["dioxus-native/vello-cpu-pixels"]
19
cpu-softbuffer = ["dioxus-native/vello-cpu-softbuffer"]
20
skia = ["dioxus-native/skia"]
0 commit comments