We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b06ae8 commit fa8fb65Copy full SHA for fa8fb65
1 file changed
README.md
@@ -50,7 +50,7 @@ Add to `Cargo.toml`:
50
[dependencies]
51
charton = "0.5" # Standard (Single-threaded)
52
charton = { version = "0.5", features = ["parallel"] } # Multi-threaded processing
53
-charton = { version = "0.5", features = ["resvg"] } # With PNG support
+charton = { version = "0.5", features = ["png"] } # With PNG support
54
charton = { version = "0.5", features = ["bridge"] } # With Altair/Matplotlib interop
55
```
56
0 commit comments